[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail031.stderr
diff --git a/ghc/tests/typecheck/should_fail/tcfail031.stderr b/ghc/tests/typecheck/should_fail/tcfail031.stderr
deleted file mode 100644 (file)
index 5664334..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-tcfail031.hs:3:
-    Couldn't match `Bool' against `Char'
-       Expected type: Bool
-       Inferred type: Char
-    In the predicate expression: 'a'
-    in the definition of function `f': if 'a' then 1 else 2