diff options
Diffstat (limited to 'test/Sema/function-redecl.c')
-rw-r--r-- | test/Sema/function-redecl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/function-redecl.c b/test/Sema/function-redecl.c index 561f7fa..eb6e785 100644 --- a/test/Sema/function-redecl.c +++ b/test/Sema/function-redecl.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -triple %itanium_abi_triple -fsyntax-only -verify %s // PR3588 void g0(int, int); |