diff options
Diffstat (limited to 'testsuite/tests/module/mod160.stderr')
-rw-r--r-- | testsuite/tests/module/mod160.stderr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/module/mod160.stderr b/testsuite/tests/module/mod160.stderr index 7c752de093..a4b8669de8 100644 --- a/testsuite/tests/module/mod160.stderr +++ b/testsuite/tests/module/mod160.stderr @@ -1,6 +1,6 @@ - -mod160.hs:12:5: - Not in scope: ‘m3’ - Perhaps you meant one of these: - ‘m1’ (imported from Mod159_D), ‘m2’ (imported from Mod159_D) -exit(1) +
+mod160.hs:12:5: error:
+ Variable not in scope: m3 :: Char -> t
+ Perhaps you meant one of these:
+ ‘m1’ (imported from Mod159_D), ‘m2’ (imported from Mod159_D)
+exit(1)
|