summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod126.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod126.stderr')
-rw-r--r--testsuite/tests/module/mod126.stderr7
1 files changed, 5 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod126.stderr b/testsuite/tests/module/mod126.stderr
index dd417b5eb5..385ce4b341 100644
--- a/testsuite/tests/module/mod126.stderr
+++ b/testsuite/tests/module/mod126.stderr
@@ -1,2 +1,5 @@
-
-mod126.hs:7:5: error: Data constructor not in scope: T
+
+mod126.hs:7:5: error:
+ Data constructor not in scope: T
+ Perhaps you want to remove ‘T’ from the explicit hiding list
+ in the import of ‘Mod126_A’ (mod126.hs:4:1-26).