diff options
author | dgp <dgp@users.sourceforge.net> | 2013-01-30 22:08:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-01-30 22:08:05 (GMT) |
commit | cbb5fdd0687017600487fb6a2bb5938dac01b31c (patch) | |
tree | b28e47dc09b8fa622c90cb64435f85b7d73abc4b /tests | |
parent | dcd11ad5da4dec127b5331f936c8a00d16b4d4db (diff) | |
download | tcl-cbb5fdd0687017600487fb6a2bb5938dac01b31c.zip tcl-cbb5fdd0687017600487fb6a2bb5938dac01b31c.tar.gz tcl-cbb5fdd0687017600487fb6a2bb5938dac01b31c.tar.bz2 |
missing testevent delete
Diffstat (limited to 'tests')
-rw-r--r-- | tests/parse.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parse.test b/tests/parse.test index aabbaad..6d344d2 100644 --- a/tests/parse.test +++ b/tests/parse.test @@ -1096,9 +1096,9 @@ test parse-21.0 {Bug 1884496} testevent { proc ::p {} {string first s $::script} testevent queue a head $::script update + testevent delete a } {} - cleanupTests } |