summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail083.stderr
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2013-09-09 14:14:05 -0500
committerAustin Seipp <austin@well-typed.com>2013-09-11 19:49:13 -0500
commit47a0c363a824b662998ddd12868adc01e3b75d59 (patch)
tree43811a63ebe14dc91c89e616654572769e263103 /testsuite/tests/typecheck/should_fail/tcfail083.stderr
parent13f1caade9b9a2a8c5de6affd175f10c4b61e7ef (diff)
downloadhaskell-47a0c363a824b662998ddd12868adc01e3b75d59.tar.gz
Fix remaining AMP fallout.
The perf tests can probably be rechecked and tightened a little; I fixed them with AMP the other day but some changes since then have made them wibble perhaps. Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail083.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail083.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail083.stderr b/testsuite/tests/typecheck/should_fail/tcfail083.stderr
index dc4ce59e9c..360383879f 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail083.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail083.stderr
@@ -14,7 +14,7 @@ tcfail083.hs:8:53:
instance Show Bar -- Defined at tcfail083.hs:3:43
instance Show Double -- Defined in ‛GHC.Float’
instance Show Float -- Defined in ‛GHC.Float’
- ...plus 24 others
+ ...plus 25 others
In the expression: print (f, b)
In an equation for ‛display’:
display (State {bar = Bar {flag = f, baz = b}}) = print (f, b)