summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedlists
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/overloadedlists
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/overloadedlists')
-rw-r--r--testsuite/tests/overloadedlists/should_fail/overloadedlistsfail01.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail01.stderr b/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail01.stderr
index cc1082c7de..74ca081ac4 100644
--- a/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail01.stderr
+++ b/testsuite/tests/overloadedlists/should_fail/overloadedlistsfail01.stderr
@@ -7,7 +7,7 @@ overloadedlistsfail01.hs:5:8:
instance Show Float -- Defined in ‛GHC.Float’
instance (Integral a, Show a) => Show (GHC.Real.Ratio a)
-- Defined in ‛GHC.Real’
- ...plus 23 others
+ ...plus 24 others
In the expression: print [1]
In an equation for ‛main’: main = print [1]