diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/T19843b.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/T19843b.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/rename/should_fail/T19843b.stderr b/testsuite/tests/rename/should_fail/T19843b.stderr index 5b457440eb..6a92e26a4d 100644 --- a/testsuite/tests/rename/should_fail/T19843b.stderr +++ b/testsuite/tests/rename/should_fail/T19843b.stderr @@ -1,4 +1,4 @@ -T19843b.hs:7:6: - • Data constructor not in scope: Map :: (a0 -> Bool) -> t -> t0 - • Perhaps you meant variable ‘map’ (imported from Prelude) +T19843b.hs:7:6: error: + Data constructor not in scope: Map :: (a0 -> Bool) -> t -> t0 + Suggested fix: Perhaps use variable ‘map’ (imported from Prelude) |