summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail009.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail009.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail009.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail009.stderr b/testsuite/tests/typecheck/should_fail/tcfail009.stderr
new file mode 100644
index 0000000000..8226c1fbdc
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail009.stderr
@@ -0,0 +1,6 @@
+
+tcfail009.hs:3:17:
+ Couldn't match expected type `Int' with actual type `Integer'
+ In the expression: (2 :: Integer)
+ In the expression: [(1 :: Int) .. (2 :: Integer)]
+ In an equation for `p': p = [(1 :: Int) .. (2 :: Integer)]