[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail024.hs
diff --git a/ghc/tests/rename/should_fail/rnfail024.hs b/ghc/tests/rename/should_fail/rnfail024.hs
deleted file mode 100644 (file)
index 4663319..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-module ShouldFail where
-
-sig_without_a_defn :: a -> b
-
-f :: a -> b
-f = sig_without_a_defn