summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail02.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail02.stderr')
-rw-r--r--testsuite/tests/annotations/should_fail/annfail02.stderr4
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 d52e52abdd..0b1e556739 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:
+annfail02.hs:6:9:
Not in scope: data constructor ‘Foo’
In the annotation: {-# ANN Foo (1 :: Int) #-}
-annfail02.hs:7:1:
+annfail02.hs:7:14:
Not in scope: type constructor or class ‘Bar’
In the annotation: {-# ANN type Bar (2 :: Int) #-}