]> gitweb.factorcode.org Git - factor.git/commitdiff
io.streams.256color: fix test
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 29 Jan 2023 01:45:53 +0000 (17:45 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 29 Jan 2023 01:45:53 +0000 (17:45 -0800)
extra/io/streams/256color/256color-tests.factor

index 78b1b02a2a9a469c771630199f8bd4afb1f0d5ca..f41cf7df4adc06e97164087b88893a772bdf2792 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
-{ 2 } [ COLOR: green color>256color ] unit-test
+{ 28 } [ COLOR: green color>256color ] unit-test
 { 21 } [ COLOR: blue color>256color ] unit-test
 { 231 } [ COLOR: white color>256color ] unit-test