compiler.tests.alien: Don't test ffi calls 61-63 on Windows.
parent
1107edcc52
commit
564a67ce7e
|
@ -884,6 +884,8 @@ TUPLE: some-tuple x ;
|
|||
|
||||
[ ] [ anton's-regression ] unit-test
|
||||
|
||||
os windows? [
|
||||
|
||||
STRUCT: bool-and-ptr
|
||||
{ b bool }
|
||||
{ ptr void* } ;
|
||||
|
@ -913,3 +915,5 @@ FUNCTION: ulonglong-pair ffi_test_63 ( ) ;
|
|||
{
|
||||
S{ ulonglong-pair { a 0xabcdefabcdefabcd } { b 0x1234567891234567 } }
|
||||
} [ ffi_test_63 ] unit-test
|
||||
|
||||
] unless
|
Loading…
Reference in New Issue