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 f38beda commit ec4491bCopy full SHA for ec4491b
test/functional/FunctionalBadProject.hs
@@ -24,5 +24,5 @@ tests = testGroup "behaviour on malformed projects"
24
liftIO $ assertBool "missing module name" $
25
"Other" `T.isInfixOf` (diag ^. L.message)
26
liftIO $ assertBool "hie-bios message" $
27
- "Cabal {component = Just \"exe:testExe\"}" `T.isInfixOf` (diag ^. L.message)
+ "Cabal" `T.isInfixOf` (diag ^. L.message)
28
]
0 commit comments