summaryrefslogtreecommitdiffstats
path: root/tests/color.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/color.test')
-rw-r--r--tests/color.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/color.test b/tests/color.test
index 8557252..2308964 100644
--- a/tests/color.test
+++ b/tests/color.test
@@ -154,7 +154,7 @@ test color-1.4 {Tk_AllocColorFromObj - try other colors in list} colorsFree {
pack .b2 -side top
lappend result [testcolor purple]
} {{{1 1}} {{1 1} {1 0}} {{1 0} {2 1}}}
-test color-1.5 {Color table} nonPortable {
+test color-1.5 {Color table} {
set fd [open ../xlib/rgb.txt]
set result {}
while {[gets $fd line] != -1} {