From ba93a5d89d42edf1d92eab4d0b3961e40187aae4 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Fri, 27 Aug 1999 14:41:53 +0000
Subject: [PATCH] [project @ 1999-08-27 14:41:53 by simonmar] update sample
 output

---
 ghc/tests/rename/should_fail/rnfail017.stderr | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/tests/rename/should_fail/rnfail017.stderr b/ghc/tests/rename/should_fail/rnfail017.stderr
index 6ae37a5ed52a..665afc9a08d1 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
 
-- 
GitLab