summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail01.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail01.stderr')
-rw-r--r--testsuite/tests/annotations/should_fail/annfail01.stderr14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail01.stderr b/testsuite/tests/annotations/should_fail/annfail01.stderr
index 0aa033fe43..30874553fa 100644
--- a/testsuite/tests/annotations/should_fail/annfail01.stderr
+++ b/testsuite/tests/annotations/should_fail/annfail01.stderr
@@ -1,9 +1,9 @@
-annfail01.hs:4:14:
- No top-level binding for
- type constructor or class ‘Foo’ in this module
- In the annotation: {-# ANN type Foo (1 :: Int) #-}
+annfail01.hs:4:14: error: [GHC-10173]
+ • No top-level binding for
+ type constructor or class ‘Foo’ in this module
+ • In the annotation: {-# ANN type Foo (1 :: Int) #-}
-annfail01.hs:5:9:
- No top-level binding for ‘f’ in this module
- In the annotation: {-# ANN f (1 :: Int) #-}
+annfail01.hs:5:9: error: [GHC-10173]
+ • No top-level binding for ‘f’ in this module
+ • In the annotation: {-# ANN f (1 :: Int) #-}