diff options
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail06.stderr')
-rw-r--r-- | testsuite/tests/annotations/should_fail/annfail06.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail06.stderr b/testsuite/tests/annotations/should_fail/annfail06.stderr index a807aafd9b..6bae2c11b7 100644 --- a/testsuite/tests/annotations/should_fail/annfail06.stderr +++ b/testsuite/tests/annotations/should_fail/annfail06.stderr @@ -1,7 +1,7 @@ annfail06.hs:22:1: GHC stage restriction: - instance for ‛Data + instance for ‘Data InstancesInWrongModule’ is used in a top-level splice or annotation, and must be imported, not defined locally In the annotation: {-# ANN f InstancesInWrongModule #-} |