summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-05-03 08:00:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-05-03 08:00:32 (GMT)
commitb9aa9a5d2da795de9a7bad7448cc5af7c2c8dd86 (patch)
treec0830a6a3eb0bed28895c61139b30b1d0943848b /tests
parent9685eae702c2d72291bb0b47e5ec481b9afa3a80 (diff)
parentacdaf387562f63cecd2e448c4790aa5e02bd89a9 (diff)
downloadtk-b9aa9a5d2da795de9a7bad7448cc5af7c2c8dd86.zip
tk-b9aa9a5d2da795de9a7bad7448cc5af7c2c8dd86.tar.gz
tk-b9aa9a5d2da795de9a7bad7448cc5af7c2c8dd86.tar.bz2
Use non-busy wait in stead of busy "after 100". Testcase still passes! Great!
Diffstat (limited to 'tests')
-rw-r--r--tests/button.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/button.test b/tests/button.test
index 05f463c..708fc30 100644
--- a/tests/button.test
+++ b/tests/button.test
@@ -3912,7 +3912,6 @@ test button-14.1 {bug fix: [011706ec42] tk::ButtonInvoke unsafe wrt widget destr
proc destroy_button {} {
if {[winfo exists .top.b]} {
destroy .top.b
- puts destroyed
}
}
toplevel .top