diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail054.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail054.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail054.stderr b/testsuite/tests/rename/should_fail/rnfail054.stderr index ab952aadeb..ef5b6d55b0 100644 --- a/testsuite/tests/rename/should_fail/rnfail054.stderr +++ b/testsuite/tests/rename/should_fail/rnfail054.stderr @@ -1,5 +1,5 @@ rnfail054.hs:6:13: - `foo' is not a record selector + ‛foo’ is not a record selector In the expression: x {foo = 1} - In an equation for `foo': foo x = x {foo = 1} + In an equation for ‛foo’: foo x = x {foo = 1} |