summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail211.stderr
diff options
context:
space:
mode:
authorMax Bolingbroke <batterseapower@hotmail.com>2011-08-21 16:53:40 +0100
committerMax Bolingbroke <batterseapower@hotmail.com>2011-09-06 17:28:53 +0100
commit8b5a2b4345ee9ba74f1274e7ed06e504240676c3 (patch)
treed60ad79bdf457d326947e310e9616a76487612a7 /testsuite/tests/typecheck/should_fail/tcfail211.stderr
parent84cf6cdbe209d429f80c7362f06191b953f9dddc (diff)
downloadhaskell-8b5a2b4345ee9ba74f1274e7ed06e504240676c3.tar.gz
Test the ConstraintKind extension and related changes
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail211.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail211.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail211.stderr b/testsuite/tests/typecheck/should_fail/tcfail211.stderr
new file mode 100644
index 0000000000..81e04d670d
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail211.stderr
@@ -0,0 +1,7 @@
+
+tcfail211.hs:16:13:
+ Unbound implicit parameter (?imp::Int)
+ arising from a use of `test'
+ In the first argument of `print', namely `test'
+ In the expression: print test
+ In an equation for `use': use = print test