summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2016-05-31 09:28:30 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2016-05-31 09:28:30 (GMT)
commitc068cfc9cc3e310571bfe458825b32c478f65bce (patch)
tree7d92739b49dd398575305971c0ff63c0b50c74c7
parent50eb12093adfcd9ac4bfe9e82311a48403e3a839 (diff)
downloadtk-c068cfc9cc3e310571bfe458825b32c478f65bce.zip
tk-c068cfc9cc3e310571bfe458825b32c478f65bce.tar.gz
tk-c068cfc9cc3e310571bfe458825b32c478f65bce.tar.bz2
unnecessary spacing
-rw-r--r--tests/scrollbar.test4
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}