[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds007.hs
diff --git a/ghc/compiler/tests/deSugar/ds007.hs b/ghc/compiler/tests/deSugar/ds007.hs
deleted file mode 100644 (file)
index 5b2b752..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
---!!! ds007 -- simple local bindings
-
-module ShouldSucceed where
-
-w = a where a = y
-            y = []