diff options
Diffstat (limited to 'tests/constraints.tcl')
-rw-r--r-- | tests/constraints.tcl | 3 |
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 } } |