[project @ 1997-08-14 18:30:43 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / validation-misc / testmatches.hs
diff --git a/ghc/compiler/tests/validation-misc/testmatches.hs b/ghc/compiler/tests/validation-misc/testmatches.hs
deleted file mode 100644 (file)
index eb10ad9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
--- matches
------
-f x = case x of
-       True -> True
-       False -> x
-
------
-
-f ((x:a),y) = x
-f (a,b) = 2
-
------