summaryrefslogtreecommitdiffstats
path: root/tests/menu.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-15 20:19:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-15 20:19:03 (GMT)
commitebac6eafdd16d8e1b81b3ea2b10149cb158faac2 (patch)
tree85abb8f98a7e371308b3425a6b59523ad19f3f41 /tests/menu.test
parent8a1ad98c65dfee7455ba11435fd63de6fbf46c70 (diff)
parent5b7abe20b40cbe5307cb458ec1af39b1f47346f3 (diff)
downloadtk-ebac6eafdd16d8e1b81b3ea2b10149cb158faac2.zip
tk-ebac6eafdd16d8e1b81b3ea2b10149cb158faac2.tar.gz
tk-ebac6eafdd16d8e1b81b3ea2b10149cb158faac2.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/menu.test')
-rw-r--r--tests/menu.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/menu.test b/tests/menu.test
index d207269..c3fa4e3 100644
--- a/tests/menu.test
+++ b/tests/menu.test
@@ -4284,7 +4284,7 @@ test menu-40.1 {Use-after-free if menu destroyed while posted - bug 09a11fb1228f
} -constraints {pressbutton} -body {
set done false
event generate {} <Motion> -x 100 -y 100
- toplevel .t
+ toplevel .t
menu .t.m
.t.m add command -command {puts Marco} -label Marco
.t.m add command -command {puts Polo} -label Polo
@@ -4299,7 +4299,7 @@ test menu-40.2 {Use-after-free if menu destroyed while posted - bug 09a11fb1228f
} -constraints {movemouse} -body {
set done false
event generate {} <Motion> -x 100 -y 100
- toplevel .t
+ toplevel .t
menu .t.m
.t.m add command -command {puts Marco} -label Marco
.t.m add command -command {puts Polo} -label Polo