]> gitweb.factorcode.org Git - factor.git/commitdiff
specialized-arrays: update tests
authorJoe Groff <arcata@gmail.com>
Tue, 29 Nov 2011 02:55:20 +0000 (18:55 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 29 Nov 2011 02:55:20 +0000 (18:55 -0800)
basis/specialized-arrays/specialized-arrays-tests.factor

index ca0194daadf8555f110ce0699875d6690db534de..534d6c6617ceb6a2b51314ef13827f54ed3f00cf 100644 (file)
@@ -37,8 +37,8 @@ SPECIALIZED-ARRAYS: bool uchar ushort char uint float ulonglong ;
     int-array{ 3 1 3 3 7 } malloc-byte-array 5 int <c-direct-array> >array
 ] unit-test
 
-[ float-array{ 0x1.222,222   0x1.111,112   } ]
-[ float-array{ 0x1.222,222,2 0x1.111,111,1 } ] unit-test
+[ float-array{ 0x1.222,222p0   0x1.111,112p0   } ]
+[ float-array{ 0x1.222,222,2p0 0x1.111,111,1p0 } ] unit-test
 
 [ f ] [ float-array{ 4 3 2 1 } dup clone [ underlying>> ] bi@ eq? ] unit-test