[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail069.stderr
diff --git a/ghc/tests/typecheck/should_fail/tcfail069.stderr b/ghc/tests/typecheck/should_fail/tcfail069.stderr
deleted file mode 100644 (file)
index 103cffd..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-tcfail069.hs:20:
-    Couldn't match `[t]' against `(t1, t2)'
-       Expected type: [t]
-       Inferred type: (t1, t2)
-    In the scrutinee of a case expression: (list1, list2)
-    In the case expression: case (list1, list2) of [] -> error "foo"