summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail005.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail005.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail005.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail005.stderr b/testsuite/tests/typecheck/should_fail/tcfail005.stderr
index 401bc35194..bae8697fe8 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail005.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail005.stderr
@@ -1,6 +1,6 @@
tcfail005.hs:3:9:
- Couldn't match expected type ‛[t]’ with actual type ‛(t0, Char)’
+ Couldn't match expected type ‘[t]’ with actual type ‘(t0, Char)’
Relevant bindings include
h :: t (bound at tcfail005.hs:3:2)
i :: [t] (bound at tcfail005.hs:3:4)