summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/objc2-weak-block-call.m
diff options
context:
space:
mode:
authorNico Rieck <nico.rieck@gmail.com>2014-02-16 07:28:32 +0000
committerNico Rieck <nico.rieck@gmail.com>2014-02-16 07:28:32 +0000
commit140db2767b470d2d9a8b2784b0e6aa31668f17be (patch)
tree07d2b01431ddba358051d9b6b4882e5a62137fb5 /clang/test/CodeGenObjC/objc2-weak-block-call.m
parent27304cb1892b9a745451f4a09f06ff195a7ae4db (diff)
downloadbcm5719-llvm-140db2767b470d2d9a8b2784b0e6aa31668f17be.tar.gz
bcm5719-llvm-140db2767b470d2d9a8b2784b0e6aa31668f17be.zip
Fix broken RUN lines
llvm-svn: 201475
Diffstat (limited to 'clang/test/CodeGenObjC/objc2-weak-block-call.m')
-rw-r--r--clang/test/CodeGenObjC/objc2-weak-block-call.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/objc2-weak-block-call.m b/clang/test/CodeGenObjC/objc2-weak-block-call.m
index 7c6881751db..e13cc7d5398 100644
--- a/clang/test/CodeGenObjC/objc2-weak-block-call.m
+++ b/clang/test/CodeGenObjC/objc2-weak-block-call.m
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix CHECK-LP64 %s
-// RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix CHECK-LP64 %s
+// RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix CHECK-LP32 %s
@interface MyView
- (void)MyView_sharedInit;
OpenPOWER on IntegriCloud