[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail004.hs
diff --git a/ghc/tests/rename/should_fail/rnfail004.hs b/ghc/tests/rename/should_fail/rnfail004.hs
deleted file mode 100644 (file)
index 90a97f8..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
--- !!! multiple definitions, but hidden in patterns
-module Foo where
-
-f x = x
-  where
-    a          = []
-    (b,c,a)    = ([],[],d)
-    [d,b,_]    = ([],a,[])