Skip to content

Commit 52d7423

Browse files
authored
Migrate SafeTests (#4267)
1 parent e40bd2e commit 52d7423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ghcide/test/exe/SafeTests.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import qualified Data.Text as T
55
import Development.IDE.Test (expectNoMoreDiagnostics)
66
import Language.LSP.Test
77

8+
import Config
89
import Test.Tasty
9-
import TestUtils
1010

1111
tests :: TestTree
1212
tests =
1313
testGroup
1414
"SafeHaskell"
1515
[ -- Test for https://github.com/haskell/ghcide/issues/424
16-
testSessionWait "load" $ do
16+
testWithDummyPluginEmpty "load" $ do
1717
let sourceA =
1818
T.unlines
1919
["{-# LANGUAGE Trustworthy #-}"

0 commit comments

Comments
 (0)