[project @ 1999-08-27 14:41:53 by simonmar]
authorsimonmar <unknown>
Fri, 27 Aug 1999 14:41:53 +0000 (14:41 +0000)
committersimonmar <unknown>
Fri, 27 Aug 1999 14:41:53 +0000 (14:41 +0000)
update sample output

ghc/tests/rename/should_fail/rnfail017.stderr

index 6ae37a5..665afc9 100644 (file)
@@ -1,11 +1,11 @@
 
 rnfail017.hs:5:
     precedence parsing error
-       cannot mix `+' (infixl 6) and `negate' (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 `negate' (infixl 6) in the same infix expression
+       cannot mix `*' [infixl 7] and prefix `-' [infixl 6] in the same infix expression
 
 Compilation had errors