[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read003.hs
diff --git a/ghc/tests/reader/should_compile/read003.hs b/ghc/tests/reader/should_compile/read003.hs
deleted file mode 100644 (file)
index afc3a21..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
--- !!! Testing layout rule
-module ShouldCompile where
-
-l1 :: IO ()
-l1 = do
-  return a
-  where
-   a = ()
-
-l2 :: IO ()
-l2 = do
-  return a
- where
-  a = ()
-
-l3 :: IO ()
-l3 = do
-  return a
-   where
-   a = ()