summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail003.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail003.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail003.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail003.stderr b/testsuite/tests/typecheck/should_fail/tcfail003.stderr
index 54490cd22d..acac9e84d0 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail003.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail003.stderr
@@ -1,6 +1,6 @@
-tcfail003.hs:3:10:
- No instance for (Num Char) arising from the literal ‘1’
- In the expression: 1
- In the expression: [1, 'a']
- In a pattern binding: (d : e) = [1, 'a']
+tcfail003.hs:3:10: error:
+ • No instance for ‘Num Char’ arising from the literal ‘1’
+ • In the expression: 1
+ In the expression: [1, 'a']
+ In a pattern binding: (d : e) = [1, 'a']