[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail019.hs
diff --git a/ghc/tests/rename/should_fail/rnfail019.hs b/ghc/tests/rename/should_fail/rnfail019.hs
deleted file mode 100644 (file)
index ec97efe..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-module ShouldFail where
-
--- !!! Section with with a bad precedence
-
-f x y = (x:y:)
-
--- GHC 4.04 (as released) let this by, but it's a precedence error.