diff options
author | dgp <dgp@users.sourceforge.net> | 2018-03-15 10:58:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-03-15 10:58:13 (GMT) |
commit | c5e979695a611130614e19fa74d14f26de62dab3 (patch) | |
tree | 176623cc395d1e0b9b26518b51ad1f5a7ce36eda /tests/coroutine.test | |
parent | 99ab923ed55f810fe95753c074c0e7b02f6809e8 (diff) | |
download | tcl-c5e979695a611130614e19fa74d14f26de62dab3.zip tcl-c5e979695a611130614e19fa74d14f26de62dab3.tar.gz tcl-c5e979695a611130614e19fa74d14f26de62dab3.tar.bz2 |
Missing test cleanups that break later tests.
Diffstat (limited to 'tests/coroutine.test')
-rw-r--r-- | tests/coroutine.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/coroutine.test b/tests/coroutine.test index fd68567..8a5494d 100644 --- a/tests/coroutine.test +++ b/tests/coroutine.test @@ -739,6 +739,8 @@ test coroutine-7.12 {coro floor above street level #3008307} -body { } boom ; # does not crash: the coro floor is a good insulator list +} -cleanup { + rename boom {}; rename cc {}; rename c {} } -result {} test coroutine-8.0.0 {coro inject executed} -body { |