summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail078.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail078.hs')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail078.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail078.hs b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail078.hs
deleted file mode 100644
index 1054f6d3d6..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail078.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module ShouldFail where
-
--- !!! Using a type constructor as a class name
-
-f :: Integer i => i
-f = 0