summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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