summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail11.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail11.stderr')
-rw-r--r--testsuite/tests/annotations/should_fail/annfail11.stderr4
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 3fa446f8e0..384f6179aa 100644
--- a/testsuite/tests/annotations/should_fail/annfail11.stderr
+++ b/testsuite/tests/annotations/should_fail/annfail11.stderr
@@ -1,10 +1,10 @@
annfail11.hs:3:1:
- Not in scope: ‛length’
+ Not in scope: ‘length’
In the annotation:
{-# ANN length "Cannot annotate other modules yet" #-}
annfail11.hs:4:1:
- Not in scope: type constructor or class ‛Integer’
+ Not in scope: type constructor or class ‘Integer’
In the annotation:
{-# ANN type Integer "Cannot annotate other modules yet" #-}