diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-12-14 18:38:32 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-12-14 18:38:32 +0000 |
commit | 1e46439a8ded433b90623752d253371bcbef60a6 (patch) | |
tree | 1dabd4ce7fdca55c9d95896f803e5314ed86f74a | |
parent | fded62e58bf887632f37e5669e770112a716252d (diff) |
Make test pass in all cases.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91309 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/property-list-in-class.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property-list-in-class.m b/test/CodeGenObjC/property-list-in-class.m index b979b7525a..2d753b2bbb 100644 --- a/test/CodeGenObjC/property-list-in-class.m +++ b/test/CodeGenObjC/property-list-in-class.m @@ -1,4 +1,4 @@ -// RUN: clang -cc1 -fobjc-nonfragile-abi -emit-llvm -o %t %s +// RUN: clang -cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -emit-llvm -o %t %s // RUN: grep -F 'l_OBJC_$_PROP_LIST_C2" = internal global %8 { i32 16, i32 3' %t @protocol P |