diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-11-07 13:27:02 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-11-07 13:27:22 +0000 |
commit | 3fe4b67aec7406150ead7a2ca59c8d92d4f89d92 (patch) | |
tree | 7115977d4c4e078882a6af86d7aadcab4c7a4852 /testsuite/tests/annotations/should_fail/annfail03.stderr | |
parent | 22bcd5e6c24c05fd8afc6f9945783bc4661050be (diff) | |
download | haskell-3fe4b67aec7406150ead7a2ca59c8d92d4f89d92.tar.gz |
Error message wibbles
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail03.stderr')
-rw-r--r-- | testsuite/tests/annotations/should_fail/annfail03.stderr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail03.stderr b/testsuite/tests/annotations/should_fail/annfail03.stderr index 9c15855076..3993fe852e 100644 --- a/testsuite/tests/annotations/should_fail/annfail03.stderr +++ b/testsuite/tests/annotations/should_fail/annfail03.stderr @@ -4,5 +4,4 @@ annfail03.hs:17:1: instance for ‛Data InModule’ is used in a top-level splice or annotation, and must be imported, not defined locally - In the expression: InModule In the annotation: {-# ANN f InModule #-} |