diff --git a/basis/specialized-arrays/specialized-arrays-tests.factor b/basis/specialized-arrays/specialized-arrays-tests.factor index ca0194daad..534d6c6617 100644 --- a/basis/specialized-arrays/specialized-arrays-tests.factor +++ b/basis/specialized-arrays/specialized-arrays-tests.factor @@ -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 >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