summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail133.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/tcfail133.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/tcfail133.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail133.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail133.stderr b/testsuite/tests/typecheck/should_fail/tcfail133.stderr
index 72eafd88d7..1d840d4624 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail133.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail133.stderr
@@ -10,7 +10,7 @@ tcfail133.hs:68:7:
instance Show One -- Defined at tcfail133.hs:9:28
instance (Show a, Show b, Number a, Digit b) => Show (a :@ b)
-- Defined at tcfail133.hs:11:54
- ...plus 26 others
+ ...plus 27 others
In the expression: show
In the expression: show $ add (One :@ Zero) (One :@ One)
In an equation for ‛foo’: