summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail069.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail069.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail069.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail069.stderr b/testsuite/tests/typecheck/should_fail/tcfail069.stderr
index 7c793c49ba..195119d26d 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail069.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail069.stderr
@@ -1,7 +1,7 @@
tcfail069.hs:21:7:
- Couldn't match expected type ‛([Int], [Int])’
- with actual type ‛[t0]’
+ Couldn't match expected type ‘([Int], [Int])’
+ with actual type ‘[t0]’
In the pattern: []
In a case alternative: [] -> error "foo"
In the expression: case (list1, list2) of { [] -> error "foo" }