[cfe-commits] r151343 - /cfe/trunk/test/Index/targeted-cursor.m
David Blaikie
dblaikie at gmail.com
Thu Feb 23 20:20:32 PST 2012
Author: dblaikie
Date: Thu Feb 23 22:20:32 2012
New Revision: 151343
URL: http://llvm.org/viewvc/llvm-project?rev=151343&view=rev
Log:
Fix test for non-block-default platforms.
Modified:
cfe/trunk/test/Index/targeted-cursor.m
Modified: cfe/trunk/test/Index/targeted-cursor.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/targeted-cursor.m?rev=151343&r1=151342&r2=151343&view=diff
==============================================================================
--- cfe/trunk/test/Index/targeted-cursor.m (original)
+++ cfe/trunk/test/Index/targeted-cursor.m Thu Feb 23 22:20:32 2012
@@ -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
More information about the cfe-commits
mailing list