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 a3c4a8d commit ad3188cCopy full SHA for ad3188c
ghcide/test/exe/UnitTests.hs
@@ -28,9 +28,11 @@ import Network.URI
28
import qualified Progress
29
import System.IO.Extra hiding (withTempDir)
30
import System.Mem (performGC)
31
-import Test.Hls (IdeState, def,
+import Test.Hls (GhcVersion (GHC912),
32
+ IdeState, def,
33
+ knownBrokenForGhcVersions,
34
runSessionWithServerInTmpDir,
- waitForProgressDone, GhcVersion (GHC912), knownBrokenForGhcVersions)
35
+ waitForProgressDone)
36
import Test.Tasty
37
import Test.Tasty.ExpectedFailure
38
import Test.Tasty.HUnit
0 commit comments