summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod36.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod36.stderr')
-rw-r--r--testsuite/tests/module/mod36.stderr7
1 files changed, 5 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod36.stderr b/testsuite/tests/module/mod36.stderr
index ded22d6eb4..f70285acea 100644
--- a/testsuite/tests/module/mod36.stderr
+++ b/testsuite/tests/module/mod36.stderr
@@ -1,2 +1,5 @@
-
-mod36.hs:5:5: error: Variable not in scope: const
+
+mod36.hs:5:5: error:
+ Variable not in scope: const
+ Perhaps you want to remove ‘const’ from the explicit hiding list
+ in the import of ‘Prelude’ (mod36.hs:3:1-32).