Skip to content

Commit 92e70e8

Browse files
authored
remove cradle for test (#4706)
1 parent 0c73c2b commit 92e70e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ghcide-test/exe/DiagnosticTests.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,7 @@ tests = testGroup "diagnostics"
244244
_ <- createDoc "ModuleB.hs" "haskell" contentB
245245
_ <- createDoc "ModuleB.hs-boot" "haskell" contentBboot
246246
expectDiagnostics [("ModuleB.hs", [(DiagnosticSeverity_Warning, (3,0), "Top-level binding", Just "GHC-38417")])]
247-
, testWithDummyPlugin "bidirectional module dependency with hs-boot"
248-
(mkIdeTestFs [directCradle ["ModuleA", "ModuleB"]])
249-
$ do
247+
, testWithDummyPluginEmpty "bidirectional module dependency with hs-boot" $ do
250248
let contentA = T.unlines
251249
[ "module ModuleA where"
252250
, "import {-# SOURCE #-} ModuleB"

0 commit comments

Comments
 (0)