summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail141.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail141.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail141.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail141.stderr b/testsuite/tests/typecheck/should_fail/tcfail141.stderr
new file mode 100644
index 0000000000..27c7ede212
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail141.stderr
@@ -0,0 +1,7 @@
+
+tcfail141.hs:10:12:
+ The variable `f' cannot have an unboxed tuple type:
+ (# Int#, ByteArray# #)
+ In the expression: let f = int2Integer# 0# in putStrLn ""
+ In an equation for `main':
+ main = let f = int2Integer# 0# in putStrLn ""