[project @ 2000-01-10 11:08:04 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail009.stderr
index e24b0f7..a91cbbb 100644 (file)
@@ -1,9 +1,9 @@
-tcfail009.hs:3:
-    Couldn't match the type `Int' against `Integer'
-       Expected: Integer
-       Inferred: Int
-       In an expression with a type signature: 2 :: Integer
 
+tcfail009.hs:3:
+    Couldn't match `Integer' against `Int'
+       Expected type: Integer
+       Inferred type: Int
+    In an expression with a type signature: 2 :: Integer
 
 Compilation had errors
+