We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04b608 commit 9f6c5a9Copy full SHA for 9f6c5a9
src/Test/Parser.hs
@@ -105,7 +105,7 @@ testParseLoadGhc82 = testCase "GHC 8.2 Load Parsing" $ parseLoad
105
testMissingFile = testCase "Starting ghci with a non-existent filename" $ parseLoad
106
["<no location info>: error: can't find file: bob.hs"
107
] @?=
108
- []
+ [Message Error "<unknown>" (0,0) (0,0) ["<no location info>: error: can't find file: bob.hs"]]
109
110
testParseLoadCyclesSelf = testCase "Module cycle with itself" $ parseLoad
111
["Module imports form a cycle:"
0 commit comments