summaryrefslogtreecommitdiffstats
path: root/tests/visual.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-09 07:23:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-09 07:23:05 (GMT)
commit28010d48e92cd516ab264586ddeff2233cc5eb4a (patch)
treefb05812192ca1bcc9ef6a4428e8d857b3d125118 /tests/visual.test
parente1c1025a87901b4aed358668090787dcbd9c66a4 (diff)
downloadtk-28010d48e92cd516ab264586ddeff2233cc5eb4a.zip
tk-28010d48e92cd516ab264586ddeff2233cc5eb4a.tar.gz
tk-28010d48e92cd516ab264586ddeff2233cc5eb4a.tar.bz2
Remove many unnessesaary curly-braces in testcases
Diffstat (limited to 'tests/visual.test')
-rw-r--r--tests/visual.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/visual.test b/tests/visual.test
index 13d6fd2..8d63097 100644
--- a/tests/visual.test
+++ b/tests/visual.test
@@ -455,7 +455,7 @@ test visual-7.1 {Tk_GetColormap, "new"} -constraints {
colorsFree .t2
} -cleanup {
deleteWindows
-} -result {0}
+} -result 0
test visual-7.2 {Tk_GetColormap, "new"} -constraints {
defaultPseudocolor8 nonPortable
} -setup {
@@ -468,7 +468,7 @@ test visual-7.2 {Tk_GetColormap, "new"} -constraints {
colorsFree .t2
} -cleanup {
deleteWindows
-} -result {1}
+} -result 1
test visual-7.3 {Tk_GetColormap, copy from other window} -constraints {
defaultPseudocolor8 nonPortable
} -setup {
@@ -484,7 +484,7 @@ test visual-7.3 {Tk_GetColormap, copy from other window} -constraints {
colorsFree .t2
} -cleanup {
deleteWindows
-} -result {1}
+} -result 1
test visual-7.4 {Tk_GetColormap, copy from other window} -constraints {
defaultPseudocolor8 nonPortable
} -setup {
@@ -500,7 +500,7 @@ test visual-7.4 {Tk_GetColormap, copy from other window} -constraints {
colorsFree .t2
} -cleanup {
deleteWindows
-} -result {0}
+} -result 0
test visual-7.5 {Tk_GetColormap, copy from other window} -constraints {
defaultPseudocolor8 nonPortable
} -setup {