summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail030.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail030.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/rnfail030.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail030.stderr b/testsuite/tests/rename/should_fail/rnfail030.stderr
index 705ea7fba2..a95501077d 100644
--- a/testsuite/tests/rename/should_fail/rnfail030.stderr
+++ b/testsuite/tests/rename/should_fail/rnfail030.stderr
@@ -2,5 +2,5 @@
rnfail030.hs:2:21: error: [GHC-76037]
Not in scope: ‘Data.List.map’
Suggested fix:
- Perhaps you want to add ‘map’ to the import list in the import of
- ‘Data.List’ (rnfail030.hs:3:1-19).
+ Add ‘map’ to the import list in the import of ‘Data.List’
+ (at rnfail030.hs:3:1-19).