diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2016-05-31 09:28:30 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2016-05-31 09:28:30 (GMT) |
commit | c068cfc9cc3e310571bfe458825b32c478f65bce (patch) | |
tree | 7d92739b49dd398575305971c0ff63c0b50c74c7 | |
parent | 50eb12093adfcd9ac4bfe9e82311a48403e3a839 (diff) | |
download | tk-c068cfc9cc3e310571bfe458825b32c478f65bce.zip tk-c068cfc9cc3e310571bfe458825b32c478f65bce.tar.gz tk-c068cfc9cc3e310571bfe458825b32c478f65bce.tar.bz2 |
unnecessary spacing
-rw-r--r-- | tests/scrollbar.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scrollbar.test b/tests/scrollbar.test index 2a9fb4f..6d811dc 100644 --- a/tests/scrollbar.test +++ b/tests/scrollbar.test @@ -678,7 +678,7 @@ test scrollbar-11.1 {bug fix: [011706ec42] Scrollbar unsafe wrt widget destructi update ; # shall not trigger error invalid command name ".top.s" } -cleanup { destroy .top.s .top -} -result {} +} -result {} test scrollbar-11.2 {bug fix: [011706ec42] Scrollbar unsafe wrt widget destruction} -body { proc destroy_scrollbar {{y 0}} { if {[winfo exists .top.s]} { @@ -697,7 +697,7 @@ test scrollbar-11.2 {bug fix: [011706ec42] Scrollbar unsafe wrt widget destructi update ; # shall not trigger error invalid command name ".top.s" } -cleanup { destroy .top.s .top -} -result {} +} -result {} catch {destroy .s} catch {destroy .t} |