summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail004.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail004.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail004.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail004.stderr b/testsuite/tests/typecheck/should_fail/tcfail004.stderr
new file mode 100644
index 0000000000..5f0408880c
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail004.stderr
@@ -0,0 +1,6 @@
+
+tcfail004.hs:3:9:
+ Couldn't match expected type `(t0, t1)'
+ with actual type `(t2, t3, t4)'
+ In the expression: (1, 2, 3)
+ In a pattern binding: (f, g) = (1, 2, 3)