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