summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail168.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail168.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail168.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail168.stderr b/testsuite/tests/typecheck/should_fail/tcfail168.stderr
index a6a5064562..99cd5a129f 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail168.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail168.stderr
@@ -1,7 +1,7 @@
tcfail168.hs:7:11:
- Couldn't match expected type `IO a0'
- with actual type `Char -> IO ()'
+ Couldn't match expected type ‛IO a0’
+ with actual type ‛Char -> IO ()’
In a stmt of a 'do' block: putChar
In the expression:
do { putChar;
@@ -9,7 +9,7 @@ tcfail168.hs:7:11:
putChar 'a';
putChar 'a';
.... }
- In an equation for `foo':
+ In an equation for ‛foo’:
foo
= do { putChar;
putChar 'a';