fix ffi test int ffi test 36 point 5

db4
Doug Coleman 2008-04-10 20:09:36 -05:00
parent d2d2c5d84f
commit 8a0909d849
2 changed files with 376 additions and 376 deletions

View File

@ -364,9 +364,9 @@ FUNCTION: ulonglong ffi_test_38 ( ulonglong x, ulonglong y ) ;
+ + 1+ + + 1+
] alien-callback ; ] alien-callback ;
FUNCTION: void ffi_test_36_point_5 ( ) ; FUNCTION: void int_ffi_test_36_point_5 ( ) ;
[ ] [ ffi_test_36_point_5 ] unit-test [ ] [ int_ffi_test_36_point_5 ] unit-test
FUNCTION: int ffi_test_37 ( void* func ) ; FUNCTION: int ffi_test_37 ( void* func ) ;

View File

@ -253,7 +253,7 @@ double ffi_test_36(struct test_struct_12 x)
static int global_var; static int global_var;
void ffi_test_36_point_5(void) void int_ffi_test_36_point_5(void)
{ {
printf("int_ffi_test_36_point_5\n"); printf("int_ffi_test_36_point_5\n");
global_var = 0; global_var = 0;