From a4e8e63cc0076218ff186c9991beb5509df6df21 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Mon, 28 Nov 2011 18:55:20 -0800 Subject: [PATCH] specialized-arrays: update tests --- basis/specialized-arrays/specialized-arrays-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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