summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_compile/tc078.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_compile/tc078.hs')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_compile/tc078.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_compile/tc078.hs b/testsuite/tests/ghc-regress/typecheck/should_compile/tc078.hs
deleted file mode 100644
index de5e748d20..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_compile/tc078.hs
+++ /dev/null
@@ -1,8 +0,0 @@
--- !!! instance decls with no binds
---
-module ShouldFail where
-
-data Bar a = MkBar Int a
-
-instance Eq a => Eq (Bar a)
-instance Ord a => Ord (Bar a)