specialized-arrays: update tests
parent
7897b14223
commit
a4e8e63cc0
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue