[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read007.stderr
diff --git a/ghc/tests/reader/should_fail/read007.stderr b/ghc/tests/reader/should_fail/read007.stderr
deleted file mode 100644 (file)
index 72470b1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-read007.hs:6:
-    `+' is not a data constructor
-    In the pattern: 2 + 2
-    In a 'do' expression pattern binding: (2 + 2) <- 2
-    In the definition of `f':
-       do
-         (2 + 2) <- 2
-         return x