diff options
Diffstat (limited to 'test/Sema/x86_64-linux-android.c')
-rw-r--r-- | test/Sema/x86_64-linux-android.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/x86_64-linux-android.c b/test/Sema/x86_64-linux-android.c index e09d50ca079c..252570579f60 100644 --- a/test/Sema/x86_64-linux-android.c +++ b/test/Sema/x86_64-linux-android.c @@ -1,6 +1,6 @@ // RUN: %clang_cc1 -triple x86_64-linux-android -emit-pch -o %t %s // RUN: %clang_cc1 -x ast -ast-print %t | FileCheck %s - +// REQUIRES: x86-registered-target extern int a1_0[sizeof(long double) == 16 ? 1 : -1]; extern int a1_i[__alignof(long double) == 16 ? 1 : -1]; |