[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail055.stderr
diff --git a/ghc/tests/typecheck/should_fail/tcfail055.stderr b/ghc/tests/typecheck/should_fail/tcfail055.stderr
deleted file mode 100644 (file)
index 8c9ee83..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-
-tcfail055.hs:3:
-    Couldn't match `Int' against `Float'
-       Expected type: Int
-       Inferred type: Float
-    In an expression with a type signature: x + 1 :: Int