summaryrefslogtreecommitdiff
path: root/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/qualifieddo/should_fail/qdofail004.stderr')
-rw-r--r--testsuite/tests/qualifieddo/should_fail/qdofail004.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr b/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr
new file mode 100644
index 0000000000..66a3fea529
--- /dev/null
+++ b/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr
@@ -0,0 +1,8 @@
+
+qdofail004.hs:10:5:
+ Not in scope: ‘P.fail’
+ Perhaps you meant one of these:
+ ‘P.tail’ (imported from Prelude), ‘P.all’ (imported from Prelude),
+ ‘P.flip’ (imported from Prelude)
+ Perhaps you want to remove ‘fail’ from the explicit hiding list
+ in the import of ‘Prelude’ (qdofail004.hs:3:1-33).