update new structs again
parent
d51e9c54cb
commit
0ce57d0566
|
@ -6,7 +6,6 @@ namespaces.private parser quotations sequences
|
||||||
specialized-arrays.float stack-checker stack-checker.errors
|
specialized-arrays.float stack-checker stack-checker.errors
|
||||||
system threads tools.test words ;
|
system threads tools.test words ;
|
||||||
IN: compiler.tests.alien
|
IN: compiler.tests.alien
|
||||||
FROM: classes.c-types => short float ;
|
|
||||||
|
|
||||||
<<
|
<<
|
||||||
: libfactor-ffi-tests-path ( -- string )
|
: libfactor-ffi-tests-path ( -- string )
|
||||||
|
@ -575,8 +574,8 @@ FUNCTION: complex-float ffi_test_47 ( complex-float x, complex-double y ) ;
|
||||||
|
|
||||||
! Reported by jedahu
|
! Reported by jedahu
|
||||||
STRUCT: bool-field-test
|
STRUCT: bool-field-test
|
||||||
{ name pinned-c-ptr }
|
{ name char* }
|
||||||
{ on boolean }
|
{ on bool }
|
||||||
{ parents short } ;
|
{ parents short } ;
|
||||||
|
|
||||||
FUNCTION: short ffi_test_48 ( bool-field-test x ) ;
|
FUNCTION: short ffi_test_48 ( bool-field-test x ) ;
|
||||||
|
|
Loading…
Reference in New Issue