diff options
Diffstat (limited to 'clang/test/CodeGenObjC/bitfield-access.m')
-rw-r--r-- | clang/test/CodeGenObjC/bitfield-access.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/bitfield-access.m b/clang/test/CodeGenObjC/bitfield-access.m index ea4206cab71..6d4c82a9b17 100644 --- a/clang/test/CodeGenObjC/bitfield-access.m +++ b/clang/test/CodeGenObjC/bitfield-access.m @@ -4,8 +4,6 @@ // RUN: %clang_cc1 -triple armv6-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -target-abi apcs-gnu -emit-llvm -o %t2 %s // RUN: FileCheck -check-prefix=CHECK-ARM < %t2 %s -// REQUIRES: arm-registered-target,x86-registered-target - @interface I0 { @public unsigned x:15; |