mirror of
https://github.com/libffi/libffi.git
synced 2026-01-26 18:08:57 +00:00
Fix test case
This commit is contained in:
parent
c96b057757
commit
8bcf594749
@ -85,7 +85,7 @@ int main (void)
|
||||
/* { dg-output "1 2 127 125: 255" } */
|
||||
printf("res: %d\n", (unsigned char)res_call);
|
||||
/* { dg-output "\nres: 255" } */
|
||||
CHECK(res_call == 255);
|
||||
CHECK((unsigned char)res_call == 255);
|
||||
|
||||
CHECK(ffi_prep_closure_loc(pcl, &cif, test_func_gn, NULL, code) == FFI_OK);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user