[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail005.stderr
diff --git a/ghc/tests/typecheck/should_fail/tcfail005.stderr b/ghc/tests/typecheck/should_fail/tcfail005.stderr
deleted file mode 100644 (file)
index 5bf893c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-
-tcfail005.hs:3:
-    Couldn't match `[t]' against `(t1, t2)'
-       Expected type: [t]
-       Inferred type: (t1, t2)
-    in a pattern binding: (1, 'a')