summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail020.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail020.stderr')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail020.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail020.stderr b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail020.stderr
deleted file mode 100644
index 3e0df9e42b..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail020.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-
-tcfail020.hs:10:10:
- Could not deduce (A [a])
- arising from the superclasses of an instance declaration
- from the context (A a)
- bound by the instance declaration at tcfail020.hs:10:10-23
- Possible fix:
- add (A [a]) to the context of the instance declaration
- or add an instance declaration for (A [a])
- In the instance declaration for `B [a]'