summaryrefslogtreecommitdiff
path: root/testsuite/tests/qualifieddo/should_fail
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/qualifieddo/should_fail')
-rw-r--r--testsuite/tests/qualifieddo/should_fail/qdofail003.stderr4
-rw-r--r--testsuite/tests/qualifieddo/should_fail/qdofail004.stderr4
2 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/qualifieddo/should_fail/qdofail003.stderr b/testsuite/tests/qualifieddo/should_fail/qdofail003.stderr
index bd34088a51..6b21aee631 100644
--- a/testsuite/tests/qualifieddo/should_fail/qdofail003.stderr
+++ b/testsuite/tests/qualifieddo/should_fail/qdofail003.stderr
@@ -2,5 +2,5 @@
qdofail003.hs:11:5: error: [GHC-76037]
Not in scope: ‘P.>>’
Suggested fix:
- Perhaps you want to remove ‘>>’ from the explicit hiding list
- in the import of ‘Prelude’ (qdofail003.hs:3:1-33).
+ Remove ‘>>’ from the explicit hiding list in the import of
+ ‘Prelude’ (at qdofail003.hs:3:1-33).
diff --git a/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr b/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr
index 6bfb5daeb4..5297fb09cb 100644
--- a/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr
+++ b/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr
@@ -2,5 +2,5 @@
qdofail004.hs:10:5: error: [GHC-76037]
Not in scope: ‘P.fail’
Suggested fix:
- Perhaps you want to remove ‘fail’ from the explicit hiding list
- in the import of ‘Prelude’ (qdofail004.hs:3:1-33).
+ Remove ‘fail’ from the explicit hiding list in the import of
+ ‘Prelude’ (at qdofail004.hs:3:1-33).