We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d89525 commit 177c26bCopy full SHA for 177c26b
plugins/hls-core-plugin/test/exe/ReferenceTests.hs
@@ -17,16 +17,10 @@ import Language.LSP.Protocol.Types hiding
17
mkRange)
18
import Language.LSP.Test
19
import System.Directory
20
-import System.FilePath
21
-- import Test.QuickCheck.Instances ()
22
-import Control.Concurrent (threadDelay)
23
import Control.Lens ((^.))
24
import Data.Tuple.Extra
25
-import Test.Hls (waitForAllProgressDone,
26
- waitForBuildQueue,
27
- waitForProgressDone)
28
-import Test.Hls.FileSystem (copy, copyDir,
29
- directProjectMulti, toAbsFp)
+import Test.Hls.FileSystem (copyDir, toAbsFp)
30
import Test.Tasty
31
import Test.Tasty.ExpectedFailure
32
import Test.Tasty.HUnit
0 commit comments