summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7019a.stderr
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-07-12 17:42:12 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-07-12 17:42:12 +0100
commit8197fe804d515d6fff64aa86e662de283ae0fe90 (patch)
tree1e17c88cd60998a4cb95c0b99733379d2fefdafe /testsuite/tests/typecheck/should_fail/T7019a.stderr
parentad859f5c8de95465edbe1f5f174b56d771e8fc57 (diff)
downloadhaskell-8197fe804d515d6fff64aa86e662de283ae0fe90.tar.gz
Test Trac #7019
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T7019a.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T7019a.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T7019a.stderr b/testsuite/tests/typecheck/should_fail/T7019a.stderr
new file mode 100644
index 0000000000..2859f716b6
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T7019a.stderr
@@ -0,0 +1,6 @@
+
+T7019a.hs:11:1:
+ Malformed predicate `forall b. Context (Associated a b)'
+ In the context: (forall b. Context (Associated a b))
+ While checking the super-classes of class `Class'
+ In the class declaration for `Class'