[project @ 1997-07-31 00:05:10 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail009.stderr
diff --git a/ghc/compiler/tests/typecheck/should_fail/tcfail009.stderr b/ghc/compiler/tests/typecheck/should_fail/tcfail009.stderr
deleted file mode 100644 (file)
index b293ca4..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-tcfail009.hs:3: Couldn't match the type
-                   `PrelBase.Integer' against `PrelBase.Int'
-    Expected: `PrelBase.Int'
-    Inferred: `PrelBase.Integer'
-    In an arithmetic sequence:
-       `[(1 ::
-            PrelBase.Int) .. (2 ::
-                                PrelBase.Integer)]'
-
-
-Compilation had errors