summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail165.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail165.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail165.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail165.stderr b/testsuite/tests/typecheck/should_fail/tcfail165.stderr
index 09f359f834..2b8b434385 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail165.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail165.stderr
@@ -1,9 +1,9 @@
tcfail165.hs:15:23:
- Couldn't match expected type ‛forall a. Show a => a -> String’
- with actual type ‛b0 -> String’
- In the second argument of ‛putMVar’, namely
- ‛(show :: forall b. Show b => b -> String)’
+ Couldn't match expected type ‘forall a. Show a => a -> String’
+ with actual type ‘b0 -> String’
+ In the second argument of ‘putMVar’, namely
+ ‘(show :: forall b. Show b => b -> String)’
In a stmt of a 'do' block:
putMVar var (show :: forall b. Show b => b -> String)
In the expression: