diff options
author | Richard Eisenberg <eir@cis.upenn.edu> | 2013-07-25 11:27:19 +0100 |
---|---|---|
committer | Richard Eisenberg <eir@cis.upenn.edu> | 2013-07-25 11:31:22 +0100 |
commit | f32f5f9ab3abc2d0b47129d1f1d20785972ff576 (patch) | |
tree | 3bb6791b223b552d48443548ddbaae6b7159966c /testsuite/tests/annotations | |
parent | 5aaca55f112a90c74455db4e8e08e8ae172de2e4 (diff) | |
download | haskell-f32f5f9ab3abc2d0b47129d1f1d20785972ff576.tar.gz |
Wibble to output from new instances in Data.Data
Diffstat (limited to 'testsuite/tests/annotations')
-rw-r--r-- | testsuite/tests/annotations/should_fail/annfail10.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail10.stderr b/testsuite/tests/annotations/should_fail/annfail10.stderr index 0fd7859ef7..54cf426b20 100644 --- a/testsuite/tests/annotations/should_fail/annfail10.stderr +++ b/testsuite/tests/annotations/should_fail/annfail10.stderr @@ -10,7 +10,7 @@ annfail10.hs:9:1: instance (Data.Data.Data a, Data.Data.Data b, Data.Data.Data c) => Data.Data.Data (a, b, c) -- Defined in ‛Data.Data’ - ...plus 27 others + ...plus 29 others In the expression: 1 In the annotation: {-# ANN f 1 #-} |