We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40bd2e commit 52d7423Copy full SHA for 52d7423
ghcide/test/exe/SafeTests.hs
@@ -5,15 +5,15 @@ import qualified Data.Text as T
5
import Development.IDE.Test (expectNoMoreDiagnostics)
6
import Language.LSP.Test
7
8
+import Config
9
import Test.Tasty
-import TestUtils
10
11
tests :: TestTree
12
tests =
13
testGroup
14
"SafeHaskell"
15
[ -- Test for https://github.com/haskell/ghcide/issues/424
16
- testSessionWait "load" $ do
+ testWithDummyPluginEmpty "load" $ do
17
let sourceA =
18
T.unlines
19
["{-# LANGUAGE Trustworthy #-}"
0 commit comments