summaryrefslogtreecommitdiffstats
path: root/tests/parse.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-01-30 22:08:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-01-30 22:08:05 (GMT)
commitcbb5fdd0687017600487fb6a2bb5938dac01b31c (patch)
treeb28e47dc09b8fa622c90cb64435f85b7d73abc4b /tests/parse.test
parentdcd11ad5da4dec127b5331f936c8a00d16b4d4db (diff)
downloadtcl-cbb5fdd0687017600487fb6a2bb5938dac01b31c.zip
tcl-cbb5fdd0687017600487fb6a2bb5938dac01b31c.tar.gz
tcl-cbb5fdd0687017600487fb6a2bb5938dac01b31c.tar.bz2
missing testevent delete
Diffstat (limited to 'tests/parse.test')
-rw-r--r--tests/parse.test2
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
}