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 | d83359ac8281e16537a7a5765caf25f5539b3ffc (patch) | |
tree | 8da61d45dc16cf17d2496c8db71689a935477210 /clang/test/CodeGenObjC/property-list-in-class.m | |
parent | 3cdb555e0fa45f166daaaee73c599a612dd6377d (diff) | |
download | bcm5719-llvm-d83359ac8281e16537a7a5765caf25f5539b3ffc.tar.gz bcm5719-llvm-d83359ac8281e16537a7a5765caf25f5539b3ffc.zip |
Make test pass in all cases.
llvm-svn: 91309
Diffstat (limited to 'clang/test/CodeGenObjC/property-list-in-class.m')
-rw-r--r-- | clang/test/CodeGenObjC/property-list-in-class.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/property-list-in-class.m b/clang/test/CodeGenObjC/property-list-in-class.m index b979b7525af..2d753b2bbb0 100644 --- a/clang/test/CodeGenObjC/property-list-in-class.m +++ b/clang/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 |