[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail075.stderr
diff --git a/ghc/tests/typecheck/should_fail/tcfail075.stderr b/ghc/tests/typecheck/should_fail/tcfail075.stderr
deleted file mode 100644 (file)
index 37519c9..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-
-Top-level bindings for unlifted types aren't allowed: x = 1#
-
-tcfail075.hs:12:
-    Couldn't match `#' against `*'
-    When matching types `Int#' and `t'
-       Expected type: Int#
-       Inferred type: t
-    In the first argument of `(+#)', namely `x'
-
-tcfail075.hs:15:
-    Couldn't match `#' against `*'
-    When matching types `Int#' and `t'
-       Expected type: Int#
-       Inferred type: t
-    In the first argument of `(-#)', namely `x'
-
-tcfail075.hs:17:
-    Couldn't match `#' against `*'
-    When matching types `Int#' and `t'
-       Expected type: Int#
-       Inferred type: t
-    In the first argument of `(>#)', namely `z'