summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail116.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail116.stderr')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail116.stderr6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail116.stderr b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail116.stderr
deleted file mode 100644
index 8e7372413a..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail116.stderr
+++ /dev/null
@@ -1,6 +0,0 @@
-
-tcfail116.hs:5:1:
- The class method `bug'
- mentions none of the type variables of the class Foo a
- When checking the class method: bug :: ()
- In the class declaration for `Foo'