summaryrefslogtreecommitdiffstats
path: root/tests/clrpick.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clrpick.test')
-rw-r--r--tests/clrpick.test6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/clrpick.test b/tests/clrpick.test
index cd4907a..ec570d2 100644
--- a/tests/clrpick.test
+++ b/tests/clrpick.test
@@ -172,11 +172,7 @@ test clrpick-2.1 {tk_chooseColor command} \
set color #808040
test clrpick-2.2 {tk_chooseColor command} \
{nonUnixUserInteraction colorsLeftover} {
- if {$tcl_platform(platform) == "macintosh"} {
- set colors "32768 32768 16384"
- } else {
- set colors "128 128 64"
- }
+ set colors "128 128 64"
ToChooseColorByKey $parent 128 128 64
tk_chooseColor -parent $parent -title "choose $colors"
} "$color"