summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod147.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod147.stderr')
-rw-r--r--testsuite/tests/module/mod147.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/module/mod147.stderr b/testsuite/tests/module/mod147.stderr
index 80267f8f24..5500abc5bd 100644
--- a/testsuite/tests/module/mod147.stderr
+++ b/testsuite/tests/module/mod147.stderr
@@ -1,7 +1,7 @@
-mod147.hs:6:5:
- Illegal term-level use of the type constructor ‘D’
- imported from ‘Mod147_A’ at mod147.hs:4:1-15
- (and originally defined at Mod147_A.hs:3:1-14)
- In the expression: D 4
+mod147.hs:6:5: error:
+ • Illegal term-level use of the type constructor or class ‘D’
+ • imported from ‘Mod147_A’ at mod147.hs:4:1-15
+ (and originally defined at Mod147_A.hs:3:1-14)
+ • In the expression: D 4
In an equation for ‘x’: x = D 4