diff options
-rw-r--r-- | test/Sema/128bitint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/128bitint.c b/test/Sema/128bitint.c index b97238d05d..a068d81e49 100644 --- a/test/Sema/128bitint.c +++ b/test/Sema/128bitint.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify -triple x86_64-apple-darwin9 %s typedef int i128 __attribute__((__mode__(TI))); typedef unsigned u128 __attribute__((__mode__(TI))); |