summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorculler <culler>2024-05-29 16:23:21 (GMT)
committerculler <culler>2024-05-29 16:23:21 (GMT)
commitc333b6fa71d92be0364b3ed3b7ecd9af3c58f3cc (patch)
treec4948d617c952fbe19c3ef0bc08301a001825498 /tests
parentb39986a99d587498f5ba40e71cddf6ea0360b89f (diff)
downloadtk-c333b6fa71d92be0364b3ed3b7ecd9af3c58f3cc.zip
tk-c333b6fa71d92be0364b3ed3b7ecd9af3c58f3cc.tar.gz
tk-c333b6fa71d92be0364b3ed3b7ecd9af3c58f3cc.tar.bz2
remove unused variable; forgot to save events.test
Diffstat (limited to 'tests')
-rw-r--r--tests/event.test20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/event.test b/tests/event.test
index 10dcf07..65208b1 100644
--- a/tests/event.test
+++ b/tests/event.test
@@ -935,7 +935,7 @@ test event-9.11 {pointer window container = parent} -setup {
bind all <Leave> {append result "<Leave> %d %W|"}
bind all <Enter> {append result "<Enter> %d %W|"}
destroy .one.f1.f2
- processevents end
+ processevents
set result
} -cleanup {
bind all <Leave> {}
@@ -959,7 +959,7 @@ test event-9.12 {pointer window container != parent} -setup {
bind all <Leave> {append result "<Leave> %d %W|"}
bind all <Enter> {append result "<Enter> %d %W|"}
destroy .one.g
- processevents end
+ processevents
set result
} -cleanup {
bind all <Leave> {}
@@ -982,7 +982,7 @@ test event-9.13 {pointer window is a toplevel, toplevel destination} -setup {
bind all <Enter> {append result "<Enter> %d %W|"}
destroy .two
waitForWindowEvent .one <Enter>
- processevents end
+ processevents
set result
} -cleanup {
bind all <Leave> {}
@@ -1007,7 +1007,7 @@ test event-9.14 {pointer window is a toplevel, tk internal destination} -setup {
bind all <Enter> {append result "<Enter> %d %W|"}
destroy .two
waitForWindowEvent .one.f1.f2 <Enter>
- processevents end
+ processevents
set result
} -cleanup {
bind all <Leave> {}
@@ -1029,7 +1029,7 @@ test event-9.15 {pointer window is a toplevel, destination is screen root} -setu
bind all <Leave> {append result "<Leave> %d %W|"}
bind all <Enter> {append result "<Enter> %d %W|"}
destroy .two
- processevents end
+ processevents
set result
} -cleanup {
bind all <Leave> {}
@@ -1052,7 +1052,7 @@ test event-9.16 {Successive destructions (pointer window + parent), single gener
bind all <Leave> {append result "<Leave> %d %W|"}
bind all <Enter> {append result "<Enter> %d %W|"}
destroy .one.f1
- processevents end
+ processevents
set result
} -cleanup {
bind all <Leave> {}
@@ -1078,7 +1078,7 @@ test event-9.17 {Successive destructions (pointer window + parent), separate cro
update; # make sure window is gone
destroy .one.f1
update; # make sure window is gone
- processevents end
+ processevents
set result
} -cleanup {
bind all <Leave> {}
@@ -1101,7 +1101,7 @@ test event-9.18 {Successive destructions (pointer window + ancestors including i
bind all <Enter> {append result "<Enter> %d %W|"}
destroy .two
waitForWindowEvent .one <Enter>
- processevents end
+ processevents
set result
} -cleanup {
bind all <Leave> {}
@@ -1131,7 +1131,7 @@ test event-9.19 {Successive destructions (pointer window + ancestors including i
bind all <Enter> {append result "<Enter> %d %W|"}
destroy .three
waitForWindowEvent .two.f1.f2 <Enter>
- processevents end
+ processevents
set result
} -cleanup {
bind all <Leave> {}
@@ -1154,7 +1154,7 @@ test event-9.20 {Successive destructions (pointer window + ancestors including i
bind all <Leave> {append result "<Leave> %d %W|"}
bind all <Enter> {append result "<Enter> %d %W|"}
destroy .two
- processevents end
+ processevents
set result
} -cleanup {
bind all <Leave> {}