diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail017.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail017.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail017.stderr b/testsuite/tests/rename/should_fail/rnfail017.stderr index a89b6be1c0..de2990864f 100644 --- a/testsuite/tests/rename/should_fail/rnfail017.stderr +++ b/testsuite/tests/rename/should_fail/rnfail017.stderr @@ -1,8 +1,8 @@ rnfail017.hs:5:10: Precedence parsing error - cannot mix ‛+’ [infixl 6] and prefix `-' [infixl 6] in the same infix expression + cannot mix ‘+’ [infixl 6] and prefix `-' [infixl 6] in the same infix expression rnfail017.hs:6:10: Precedence parsing error - cannot mix ‛*’ [infixl 7] and prefix `-' [infixl 6] in the same infix expression + cannot mix ‘*’ [infixl 7] and prefix `-' [infixl 6] in the same infix expression |