From: simonmar Date: Fri, 27 Aug 1999 14:41:53 +0000 (+0000) Subject: [project @ 1999-08-27 14:41:53 by simonmar] X-Git-Tag: Approximately_9120_patches~5859 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ba93a5d89d42edf1d92eab4d0b3961e40187aae4;p=ghc-hetmet.git [project @ 1999-08-27 14:41:53 by simonmar] update sample output --- diff --git a/ghc/tests/rename/should_fail/rnfail017.stderr b/ghc/tests/rename/should_fail/rnfail017.stderr index 6ae37a5..665afc9 100644 --- a/ghc/tests/rename/should_fail/rnfail017.stderr +++ b/ghc/tests/rename/should_fail/rnfail017.stderr @@ -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