specialized-arrays: fix unit tests now that ALIEN: expects a hex literal
parent
4686063d0f
commit
16209bf68d
|
@ -100,12 +100,12 @@ SPECIALIZED-ARRAY: test-struct
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
! Regression
|
! Regression
|
||||||
STRUCT: fixed-string { text char[100] } ;
|
STRUCT: fixed-string { text char[64] } ;
|
||||||
|
|
||||||
SPECIALIZED-ARRAY: fixed-string
|
SPECIALIZED-ARRAY: fixed-string
|
||||||
|
|
||||||
[ { ALIEN: 123 ALIEN: 223 ALIEN: 323 ALIEN: 423 } ] [
|
[ { ALIEN: 100 ALIEN: 140 ALIEN: 180 ALIEN: 1c0 } ] [
|
||||||
ALIEN: 123 4 <direct-fixed-string-array> [ (underlying)>> ] { } map-as
|
ALIEN: 100 4 <direct-fixed-string-array> [ (underlying)>> ] { } map-as
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
! Ensure that byte-length works with direct arrays
|
! Ensure that byte-length works with direct arrays
|
||||||
|
|
Loading…
Reference in New Issue