summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail162.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail162.hs')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail162.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail162.hs b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail162.hs
deleted file mode 100644
index b13ccaa33e..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail162.hs
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
--- Kind error messsage should not contain bangs
-
-module ShouldFail where
-
-import Foreign.ForeignPtr
-
-data Foo = Foo {-# UNPACK #-} !(ForeignPtr)
-
-