diff options
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail02.stderr')
-rw-r--r-- | testsuite/tests/annotations/should_fail/annfail02.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail02.stderr b/testsuite/tests/annotations/should_fail/annfail02.stderr index 84c954883a..d52e52abdd 100644 --- a/testsuite/tests/annotations/should_fail/annfail02.stderr +++ b/testsuite/tests/annotations/should_fail/annfail02.stderr @@ -1,8 +1,8 @@ annfail02.hs:6:1: - Not in scope: data constructor ‛Foo’ + Not in scope: data constructor ‘Foo’ In the annotation: {-# ANN Foo (1 :: Int) #-} annfail02.hs:7:1: - Not in scope: type constructor or class ‛Bar’ + Not in scope: type constructor or class ‘Bar’ In the annotation: {-# ANN type Bar (2 :: Int) #-} |