summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail161.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail161.hs')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail161.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail161.hs b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail161.hs
deleted file mode 100644
index 6ebdfddc85..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail161.hs
+++ /dev/null
@@ -1,7 +0,0 @@
--- Kind error message
-
-module ShouldFail where
-
-f :: [Maybe]
-f x = x
-