]> gitweb.factorcode.org Git - factor.git/commitdiff
io.streams.256color: fix test for rounded colors
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 18:42:19 +0000 (10:42 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 18:42:19 +0000 (10:42 -0800)
extra/io/streams/256color/256color-tests.factor

index 5fbf10ca23fb1d0f7d372db3fbbe0c5c8f312f1c..6d55e2869647987aa0490e746b23e8f54f881632 100644 (file)
@@ -6,6 +6,6 @@ io.streams.256color.private tools.test ;
 
 { 16 } [ COLOR: black color>256color ] unit-test
 { 196 } [ COLOR: red color>256color ] unit-test
-{ 46 } [ COLOR: green color>256color ] unit-test
+{ 2 } [ COLOR: green color>256color ] unit-test
 { 21 } [ COLOR: blue color>256color ] unit-test
 { 231 } [ COLOR: white color>256color ] unit-test