summaryrefslogtreecommitdiffstats
path: root/tests
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)
commit318a768bfd2847ab5acf7e4964dbb9abc435ee29 (patch)
tree7d92739b49dd398575305971c0ff63c0b50c74c7 /tests
parentb0f8a381431c74215bad3b48731863b2f2a865ea (diff)
downloadtk-318a768bfd2847ab5acf7e4964dbb9abc435ee29.zip
tk-318a768bfd2847ab5acf7e4964dbb9abc435ee29.tar.gz
tk-318a768bfd2847ab5acf7e4964dbb9abc435ee29.tar.bz2
unnecessary spacing
Diffstat (limited to 'tests')
-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}