Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove cradle for test
  • Loading branch information
soulomoon committed Aug 23, 2025
commit 16473f416fd03282b796b30f353a76be408321cc
4 changes: 1 addition & 3 deletions ghcide-test/exe/DiagnosticTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,7 @@ tests = testGroup "diagnostics"
_ <- createDoc "ModuleB.hs" "haskell" contentB
_ <- createDoc "ModuleB.hs-boot" "haskell" contentBboot
expectDiagnostics [("ModuleB.hs", [(DiagnosticSeverity_Warning, (3,0), "Top-level binding", Just "GHC-38417")])]
, testWithDummyPlugin "bidirectional module dependency with hs-boot"
(mkIdeTestFs [directCradle ["ModuleA", "ModuleB"]])
$ do
, testWithDummyPluginEmpty "bidirectional module dependency with hs-boot" $ do
let contentA = T.unlines
[ "module ModuleA where"
, "import {-# SOURCE #-} ModuleB"
Expand Down
Loading