diff options
author | simonmar <unknown> | 1999-08-27 14:41:53 +0000 |
---|---|---|
committer | simonmar <unknown> | 1999-08-27 14:41:53 +0000 |
commit | ba93a5d89d42edf1d92eab4d0b3961e40187aae4 (patch) | |
tree | 00b4b4be37f1fa3e9e951b6b6f4cdf20c5452ac2 | |
parent | e1ab11ccb329692ee0eadea9d28a8a152153f538 (diff) | |
download | haskell-ba93a5d89d42edf1d92eab4d0b3961e40187aae4.tar.gz |
[project @ 1999-08-27 14:41:53 by simonmar]
update sample output
-rw-r--r-- | ghc/tests/rename/should_fail/rnfail017.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/tests/rename/should_fail/rnfail017.stderr b/ghc/tests/rename/should_fail/rnfail017.stderr index 6ae37a5ed5..665afc9a08 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 |