aboutsummaryrefslogtreecommitdiff
path: root/libffi/testsuite/libffi.call/nested_struct9.c
diff options
context:
space:
mode:
Diffstat (limited to 'libffi/testsuite/libffi.call/nested_struct9.c')
-rw-r--r--libffi/testsuite/libffi.call/nested_struct9.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libffi/testsuite/libffi.call/nested_struct9.c b/libffi/testsuite/libffi.call/nested_struct9.c
index b936d16d1e4..70332de890b 100644
--- a/libffi/testsuite/libffi.call/nested_struct9.c
+++ b/libffi/testsuite/libffi.call/nested_struct9.c
@@ -6,7 +6,7 @@
PR: none.
Originator: <andreast@gcc.gnu.org> 20051010 */
-/* { dg-do run { xfail mips64*-*-* } } */
+/* { dg-do run } */
#include "ffitest.h"
typedef struct A {
@@ -103,7 +103,7 @@ int main (void)
cls_struct_fields1[1] = &ffi_type_uchar;
cls_struct_fields1[2] = NULL;
- cls_struct_fields2[0] = &ffi_type_mylong;
+ cls_struct_fields2[0] = &ffi_type_ulong;
cls_struct_fields2[1] = &ffi_type_uchar;
cls_struct_fields2[2] = NULL;