summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod101.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod101.stderr')
-rw-r--r--testsuite/tests/module/mod101.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/module/mod101.stderr b/testsuite/tests/module/mod101.stderr
index bb8eecf546..906e1d7ae8 100644
--- a/testsuite/tests/module/mod101.stderr
+++ b/testsuite/tests/module/mod101.stderr
@@ -1,4 +1,4 @@
-
-mod101.hs:8:5:
- Not in scope: data constructor ‘ConB’
- Perhaps you meant ‘ConA’ (imported from Mod101_AuxB)
+
+mod101.hs:8:5: error:
+ Data constructor not in scope: ConB :: Bool -> DataA
+ Perhaps you meant ‘ConA’ (imported from Mod101_AuxB)