summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-06-03 14:57:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-06-03 14:57:48 (GMT)
commit63a81f0f749c1cc9965874146ba78f865ad5393a (patch)
tree1ed6907988d96b90ed34453150242be353387802 /tests
parentc1e6cd0aaa9c2dd7116092f431faa5c14f284d0a (diff)
downloadtcl-63a81f0f749c1cc9965874146ba78f865ad5393a.zip
tcl-63a81f0f749c1cc9965874146ba78f865ad5393a.tar.gz
tcl-63a81f0f749c1cc9965874146ba78f865ad5393a.tar.bz2
Next stage of fixing the break/continue generation.
Diffstat (limited to 'tests')
-rw-r--r--tests/for.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/for.test b/tests/for.test
index 3f4d2b7..cfba1fe 100644
--- a/tests/for.test
+++ b/tests/for.test
@@ -854,7 +854,7 @@ test for-7.2 {Bug 3614226: ensure that continue cleans up the stack} memory {
expr {$end - $tmp}
}}
} 0
-test for-7.3 {Bug 3614226: ensure that break cleans up the expansion stack} {memory knownBug} {
+test for-7.3 {Bug 3614226: ensure that break cleans up the expansion stack} memory {
apply {{} {
# Can't use [memtest]; must be careful when we change stack frames
set end [meminfo]
@@ -868,7 +868,7 @@ test for-7.3 {Bug 3614226: ensure that break cleans up the expansion stack} {mem
expr {$end - $tmp}
}}
} 0
-test for-7.4 {Bug 3614226: ensure that continue cleans up the expansion stack} {memory knownBug} {
+test for-7.4 {Bug 3614226: ensure that continue cleans up the expansion stack} memory {
apply {{} {
# Can't use [memtest]; must be careful when we change stack frames
set end [meminfo]