summaryrefslogtreecommitdiff
path: root/ghc/tests/rename/should_fail
diff options
context:
space:
mode:
authorsimonmar <unknown>1999-08-27 14:41:53 +0000
committersimonmar <unknown>1999-08-27 14:41:53 +0000
commitba93a5d89d42edf1d92eab4d0b3961e40187aae4 (patch)
tree00b4b4be37f1fa3e9e951b6b6f4cdf20c5452ac2 /ghc/tests/rename/should_fail
parente1ab11ccb329692ee0eadea9d28a8a152153f538 (diff)
downloadhaskell-ba93a5d89d42edf1d92eab4d0b3961e40187aae4.tar.gz
[project @ 1999-08-27 14:41:53 by simonmar]
update sample output
Diffstat (limited to 'ghc/tests/rename/should_fail')
-rw-r--r--ghc/tests/rename/should_fail/rnfail017.stderr4
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