summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail120.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail120.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail120.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail120.stderr b/testsuite/tests/typecheck/should_fail/tcfail120.stderr
new file mode 100644
index 0000000000..7693b0c7c5
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail120.stderr
@@ -0,0 +1,7 @@
+
+tcfail120.hs:13:26:
+ A wild-card pattern cannot have an unboxed tuple type:
+ (# Int, Int #)
+ In the pattern: _
+ In a case alternative: _ -> (# 3, 4 #)
+ In the expression: case t x of { _ -> (# 3, 4 #) }