summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-06-30 19:59:38 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-06-30 19:59:38 (GMT)
commitce463eefe96e579adde97246917f20cfc92eaa8a (patch)
treeb39a49c833c0d290f9af84fba0b5855d65564943
parentb7e384d6d034320a3573364f6201ac43b6d5c984 (diff)
downloadtk-ce463eefe96e579adde97246917f20cfc92eaa8a.zip
tk-ce463eefe96e579adde97246917f20cfc92eaa8a.tar.gz
tk-ce463eefe96e579adde97246917f20cfc92eaa8a.tar.bz2
Oops.
-rw-r--r--tests/constraints.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl
index 0ad3779..7dba8bc 100644
--- a/tests/constraints.tcl
+++ b/tests/constraints.tcl
@@ -272,8 +272,7 @@ namespace eval tk {
puts "waitForUnmap $w: timeout! mapping state is [winfo ismapped $w]"
return true
}
-# return false
- return true
+ return false
}
}