We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6f7d6 commit 312a9d2Copy full SHA for 312a9d2
test/functional/HieBios.hs
@@ -16,11 +16,4 @@ tests = testGroup "hie-bios"
16
(diag:_) <- waitForDiagnostics
17
liftIO $ "Top-level binding with no type signature:" `T.isInfixOf` (diag ^. L.message)
18
@? "Expected missing top-level binding diagnostic"
19
-
20
- , expectFailBecause "hie-bios 0.11 has poor error messages" $ testCase "reports errors in hie.yaml" $ do
21
- runSession hlsCommand fullCaps "test/testdata/hieBiosError" $ do
22
- _ <- openDoc "Foo.hs" "haskell"
23
- (diag:_) <- waitForDiagnostics
24
- liftIO $ "Expected a cradle: key containing the preferences" `T.isInfixOf` (diag ^. L.message)
25
- @? "Expected missing top-level binding diagnostic"
26
]
test/testdata/hieBiosError/Foo.hs
0 commit comments