[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds007.hs
diff --git a/ghc/tests/deSugar/should_compile/ds007.hs b/ghc/tests/deSugar/should_compile/ds007.hs
deleted file mode 100644 (file)
index ae12cf7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
--- !!! ds007 -- simple local bindings
-
-module ShouldCompile where
-
-w = a where a = y
-            y = []