[project @ 2001-03-29 14:09:14 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail017.stderr
index 665afc9..0867ade 100644 (file)
@@ -1,11 +1,8 @@
 
 rnfail017.hs:5:
     precedence parsing error
-       cannot mix `+' [infixl 6] and prefix `-' [infixl 6] in the same infix expression
+       cannot mix `(+)' [infixl 6] and prefix `-' [infixl 6] in the same infix expression
 
 rnfail017.hs:6:
     precedence parsing error
-       cannot mix `*' [infixl 7] and prefix `-' [infixl 6] in the same infix expression
-
-Compilation had errors
-
+       cannot mix `(*)' [infixl 7] and prefix `-' [infixl 6] in the same infix expression