Skip to content

Commit ad3188c

Browse files
committed
format
1 parent a3c4a8d commit ad3188c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ghcide/test/exe/UnitTests.hs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ import Network.URI
2828
import qualified Progress
2929
import System.IO.Extra hiding (withTempDir)
3030
import System.Mem (performGC)
31-
import Test.Hls (IdeState, def,
31+
import Test.Hls (GhcVersion (GHC912),
32+
IdeState, def,
33+
knownBrokenForGhcVersions,
3234
runSessionWithServerInTmpDir,
33-
waitForProgressDone, GhcVersion (GHC912), knownBrokenForGhcVersions)
35+
waitForProgressDone)
3436
import Test.Tasty
3537
import Test.Tasty.ExpectedFailure
3638
import Test.Tasty.HUnit

0 commit comments

Comments
 (0)