summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail029.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail029.hs')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail029.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail029.hs b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail029.hs
deleted file mode 100644
index 14dd2d7e6b..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail029.hs
+++ /dev/null
@@ -1,6 +0,0 @@
--- !!! tests for InstOpErr
-module ShouldFail where
-
-data Foo = Bar | Baz
-
-f x = x > Bar