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)
commitc241c33749f3270f72c6df47db9e28acc7eddf4b (patch)
treeb28e47dc09b8fa622c90cb64435f85b7d73abc4b /tests/parse.test
parent3c9637c2fef51985aa0012835030434644341438 (diff)
downloadtcl-c241c33749f3270f72c6df47db9e28acc7eddf4b.zip
tcl-c241c33749f3270f72c6df47db9e28acc7eddf4b.tar.gz
tcl-c241c33749f3270f72c6df47db9e28acc7eddf4b.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
}