Skip to content

Commit 9f6c5a9

Browse files
committed
Fix up a test
1 parent a04b608 commit 9f6c5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/Parser.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ testParseLoadGhc82 = testCase "GHC 8.2 Load Parsing" $ parseLoad
105105
testMissingFile = testCase "Starting ghci with a non-existent filename" $ parseLoad
106106
["<no location info>: error: can't find file: bob.hs"
107107
] @?=
108-
[]
108+
[Message Error "<unknown>" (0,0) (0,0) ["<no location info>: error: can't find file: bob.hs"]]
109109

110110
testParseLoadCyclesSelf = testCase "Module cycle with itself" $ parseLoad
111111
["Module imports form a cycle:"

0 commit comments

Comments
 (0)