[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail016.hs
diff --git a/ghc/tests/rename/should_fail/rnfail016.hs b/ghc/tests/rename/should_fail/rnfail016.hs
deleted file mode 100644 (file)
index 1fa71c5..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-module ShouldFail where
-
--- !!! Pattern syntax in expressions
-
-f x = x @ x
-g x = ~ x
-h x = _
-