]> gitweb.factorcode.org Git - factor.git/commitdiff
slots: fix initial value tests.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 14 Nov 2011 18:26:08 +0000 (10:26 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 14 Nov 2011 18:26:08 +0000 (10:26 -0800)
core/slots/slots-tests.factor

index 7ec0136467edcdf8fdf326beb6bb13f30683fd95..5129827ad7f89cf51ad06969f3e60382ec950719 100644 (file)
@@ -37,5 +37,5 @@ UNION: comme-ci integer float ;
 UNION: comme-ca integer float ;
 comme-ca 25.5 "initial-value" set-word-prop
 
-[ 0 ]    [ comme-ci initial-value ] unit-test
-[ 25.5 ] [ comme-ca initial-value ] unit-test
+[ 0 ]    [ comme-ci initial-value ] unit-test
+[ 25.5 ] [ comme-ca initial-value ] unit-test