update classes.struct tests to use word c-types
parent
2bbd29a561
commit
93b12d3ef4
|
@ -6,7 +6,7 @@ io.encodings.utf8 io.pathnames io.streams.string kernel libc
|
||||||
literals math mirrors multiline namespaces prettyprint
|
literals math mirrors multiline namespaces prettyprint
|
||||||
prettyprint.config see sequences specialized-arrays system
|
prettyprint.config see sequences specialized-arrays system
|
||||||
tools.test parser lexer eval layouts ;
|
tools.test parser lexer eval layouts ;
|
||||||
FROM: math => float
|
FROM: math => float ;
|
||||||
QUALIFIED-WITH: alien.c-types c
|
QUALIFIED-WITH: alien.c-types c
|
||||||
SPECIALIZED-ARRAY: char
|
SPECIALIZED-ARRAY: char
|
||||||
SPECIALIZED-ARRAY: int
|
SPECIALIZED-ARRAY: int
|
||||||
|
@ -48,9 +48,9 @@ STRUCT: struct-test-bar
|
||||||
|
|
||||||
[ {
|
[ {
|
||||||
{ "underlying" B{ 98 0 0 98 127 0 0 127 0 0 0 0 } }
|
{ "underlying" B{ 98 0 0 98 127 0 0 127 0 0 0 0 } }
|
||||||
{ { "x" "char" } 98 }
|
{ { "x" char } 98 }
|
||||||
{ { "y" "int" } HEX: 7F00007F }
|
{ { "y" int } HEX: 7F00007F }
|
||||||
{ { "z" "bool" } f }
|
{ { "z" bool } f }
|
||||||
} ] [
|
} ] [
|
||||||
B{ 98 0 0 98 127 0 0 127 0 0 0 0 } struct-test-foo memory>struct
|
B{ 98 0 0 98 127 0 0 127 0 0 0 0 } struct-test-foo memory>struct
|
||||||
make-mirror >alist
|
make-mirror >alist
|
||||||
|
|
Loading…
Reference in New Issue