specialized-arrays: update tests

db4
Joe Groff 2011-11-28 18:55:20 -08:00
parent 7897b14223
commit a4e8e63cc0
1 changed files with 2 additions and 2 deletions

View 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