We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c73c2b commit 92e70e8Copy full SHA for 92e70e8
ghcide-test/exe/DiagnosticTests.hs
@@ -244,9 +244,7 @@ tests = testGroup "diagnostics"
244
_ <- createDoc "ModuleB.hs" "haskell" contentB
245
_ <- createDoc "ModuleB.hs-boot" "haskell" contentBboot
246
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
+ , testWithDummyPluginEmpty "bidirectional module dependency with hs-boot" $ do
250
let contentA = T.unlines
251
[ "module ModuleA where"
252
, "import {-# SOURCE #-} ModuleB"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments