summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail007.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail007.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail007.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail007.stderr b/testsuite/tests/typecheck/should_fail/tcfail007.stderr
index 99c9504a7e..5ea9792256 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail007.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail007.stderr
@@ -1,8 +1,8 @@
tcfail007.hs:3:15:
- No instance for (Num Bool) arising from a use of ‛+’
+ No instance for (Num Bool) arising from a use of ‘+’
In the expression: x + 1
- In an equation for ‛n’:
+ In an equation for ‘n’:
n x
| True = x + 1
| False = True