[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail023.hs
diff --git a/ghc/tests/rename/should_fail/rnfail023.hs b/ghc/tests/rename/should_fail/rnfail023.hs
deleted file mode 100644 (file)
index bf7c4a2..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
--- !!! Check that type signatures and pragmas that 
--- !!! don't have a "parent" are correctly reported
-
-module ShouldFail where
-
--- Top level test
-f :: Int -> Int
-{-# INLINE f #-}
-
--- Nested test
-h :: Int -> Int        -- This one is ok
-h x = x
-    where
-      g :: Int -> Int  -- Bogus
-