summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_compile/tc239.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_compile/tc239.hs')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_compile/tc239.hs11
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_compile/tc239.hs b/testsuite/tests/ghc-regress/typecheck/should_compile/tc239.hs
deleted file mode 100644
index 81c39b790a..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_compile/tc239.hs
+++ /dev/null
@@ -1,11 +0,0 @@
--- Trac #1072
-
-module ShouldCompile where
-
-import Tc239_Help
-
-f1 :: Show a => WrapIO e a
-f1 = return undefined
-
-f2 :: Show a => WrapIO2 a
-f2 = f1