summaryrefslogtreecommitdiffstats
path: root/tests/scrollbar.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-05-31 09:28:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-05-31 09:28:30 (GMT)
commitccda0ae290c65a20fc906bdc8e42d66fa535e734 (patch)
tree7d92739b49dd398575305971c0ff63c0b50c74c7 /tests/scrollbar.test
parent699510cd7635df3037e7cbe401fb91d109adb5be (diff)
downloadtk-ccda0ae290c65a20fc906bdc8e42d66fa535e734.zip
tk-ccda0ae290c65a20fc906bdc8e42d66fa535e734.tar.gz
tk-ccda0ae290c65a20fc906bdc8e42d66fa535e734.tar.bz2
unnecessary spacing
Diffstat (limited to 'tests/scrollbar.test')
-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}