[project @ 1997-07-31 00:05:10 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail031.stderr
diff --git a/ghc/compiler/tests/typecheck/should_fail/tcfail031.stderr b/ghc/compiler/tests/typecheck/should_fail/tcfail031.stderr
deleted file mode 100644 (file)
index a50843e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-tcfail031.hs:3: Couldn't match the type
-                   `PrelBase.Bool' against `PrelBase.Char'
-    Expected: `PrelBase.Bool'
-    Inferred: `PrelBase.Char'
-    In a predicate expression:
-       `'a''
-    In an equation for function `f':
-       `f x       =   if 'a' then 1 else 2'
-
-
-Compilation had errors