summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-02-24 04:20:32 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-02-24 04:20:32 +0000
commitb260a2ea2a4803bc871d30639c081d1d7eb8e6cd (patch)
tree2bfca232b4d46792832a806aaa2b38c76916813c /clang
parent682c76b7d471ec30b6d520d1b5c016b2d2600b74 (diff)
downloadbcm5719-llvm-b260a2ea2a4803bc871d30639c081d1d7eb8e6cd.tar.gz
bcm5719-llvm-b260a2ea2a4803bc871d30639c081d1d7eb8e6cd.zip
Fix test for non-block-default platforms.
llvm-svn: 151343
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Index/targeted-cursor.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Index/targeted-cursor.m b/clang/test/Index/targeted-cursor.m
index 94c62e8964b..1d871098124 100644
--- a/clang/test/Index/targeted-cursor.m
+++ b/clang/test/Index/targeted-cursor.m
@@ -1,6 +1,6 @@
// rdar://10920009
-// RUN: c-index-test -write-pch %t.h.pch -x objective-c-header %S/targeted-cursor.m.h -Xclang -detailed-preprocessing-record
-// RUN: c-index-test -cursor-at=%S/targeted-cursor.m.h:5:13 %s -include %t.h | FileCheck %s
+// RUN: c-index-test -write-pch %t.h.pch -fblocks -x objective-c-header %S/targeted-cursor.m.h -Xclang -detailed-preprocessing-record
+// RUN: c-index-test -cursor-at=%S/targeted-cursor.m.h:5:13 %s -fblocks -include %t.h | FileCheck %s
// CHECK: ObjCClassRef=I:2:12
OpenPOWER on IntegriCloud