Fix broken test cases

This commit is contained in:
Andrew Haley
2013-11-16 06:29:25 -05:00
committed by Anthony Green
parent de10f5039e
commit db0ace3a38
5 changed files with 12 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ test_fn (ffi_cif* cif __UNUSED__, void* resp,
printf ("%d %d %d %d %d %d %d %d %d %d\n", n, s1.a, s1.b,
l1.a, l1.b, l1.c, l1.d, l1.e,
s2.a, s2.b);
* (int*) resp = 42;
* (ffi_arg*) resp = 42;
}
int