summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail006.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail006.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail006.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail006.stderr b/testsuite/tests/typecheck/should_fail/tcfail006.stderr
index 387fe56b49..7bfaf2d9a6 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail006.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail006.stderr
@@ -1,6 +1,6 @@
tcfail006.hs:4:24:
- No instance for (Num Bool) arising from the literal ‛1’
+ No instance for (Num Bool) arising from the literal ‘1’
In the expression: 1
In the expression: (True, 1)
In a case alternative: True -> (True, 1)