summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2024-06-22 19:27:30 (GMT)
committerculler <culler>2024-06-22 19:27:30 (GMT)
commit17b7b11ec3b9a124f9c77e580aa2622f1ba2111a (patch)
tree96aba4ffb98e19d740b8308c6780f50917b160e9
parentd5e7bdcdc2200b4a3a52846c1ab19dd0232dc7a3 (diff)
downloadtk-17b7b11ec3b9a124f9c77e580aa2622f1ba2111a.zip
tk-17b7b11ec3b9a124f9c77e580aa2622f1ba2111a.tar.gz
tk-17b7b11ec3b9a124f9c77e580aa2622f1ba2111a.tar.bz2
Add a change in unixWm.test that was accidentally omitted.
-rw-r--r--tests/unixWm.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test
index b5cafa1..5e6dd76 100644
--- a/tests/unixWm.test
+++ b/tests/unixWm.test
@@ -1977,13 +1977,9 @@ test unixWm-50.9 {Tk_CoordsToWindow procedure, unmapped windows} {unix failsOnUb
update
wm geometry .t2 +20+20
update
-# set temp [winfo containing 120 120]
-# unset temp
set result [list [winfo containing 120 120]]
destroy .t2
update
-# set temp [winfo containing 120 120]
-# unset temp
lappend result [winfo containing 120 120]
} {.t2 .t}
test unixWm-50.10 {Tk_CoordsToWindow procedure, unmapped windows} unix {