summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger
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/ghci.debugger
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/ghci.debugger')
-rw-r--r--testsuite/tests/ghci.debugger/scripts/break006.stderr4
-rw-r--r--testsuite/tests/ghci.debugger/scripts/print019.stderr2
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break006.stderr b/testsuite/tests/ghci.debugger/scripts/break006.stderr
index 7e22617185..8c190057b6 100644
--- a/testsuite/tests/ghci.debugger/scripts/break006.stderr
+++ b/testsuite/tests/ghci.debugger/scripts/break006.stderr
@@ -9,7 +9,7 @@
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 a stmt of an interactive GHCi command: print it
<interactive>:8:1:
@@ -22,5 +22,5 @@
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 a stmt of an interactive GHCi command: print it
diff --git a/testsuite/tests/ghci.debugger/scripts/print019.stderr b/testsuite/tests/ghci.debugger/scripts/print019.stderr
index 3473c99dd9..c53fb9cc47 100644
--- a/testsuite/tests/ghci.debugger/scripts/print019.stderr
+++ b/testsuite/tests/ghci.debugger/scripts/print019.stderr
@@ -8,5 +8,5 @@
instance Show a => Show (List1 a) -- Defined at ../Test.hs:11:12
instance Show MyInt -- Defined at ../Test.hs:14:16
instance Show a => Show (MkT a) -- Defined at ../Test.hs:17:13
- ...plus 31 others
+ ...plus 32 others
In a stmt of an interactive GHCi command: print it