diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/readFail023.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/readFail023.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail023.stderr b/testsuite/tests/parser/should_fail/readFail023.stderr index e1b6ceb83c..c31dc4e993 100644 --- a/testsuite/tests/parser/should_fail/readFail023.stderr +++ b/testsuite/tests/parser/should_fail/readFail023.stderr @@ -1,6 +1,6 @@ readFail023.hs:9:5: - The operator `**' [infixl 7] of a section + The operator ‛**’ [infixl 7] of a section must have lower precedence than that of the operand, namely prefix `-' [infixl 6] - in the section: `- 3 **' + in the section: ‛- 3 **’ |