diff options
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail11.stderr')
-rw-r--r-- | testsuite/tests/annotations/should_fail/annfail11.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail11.stderr b/testsuite/tests/annotations/should_fail/annfail11.stderr index 18769f7466..39ff0e82eb 100644 --- a/testsuite/tests/annotations/should_fail/annfail11.stderr +++ b/testsuite/tests/annotations/should_fail/annfail11.stderr @@ -1,4 +1,4 @@ -annfail11.hs:3:1: Not in scope: `length' +annfail11.hs:3:1: Not in scope: ‛length’ -annfail11.hs:4:1: Not in scope: type constructor or class `Integer' +annfail11.hs:4:1: Not in scope: type constructor or class ‛Integer’ |