diff options
| author | David Blaikie <dblaikie@gmail.com> | 2012-02-24 04:20:32 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2012-02-24 04:20:32 +0000 |
| commit | b260a2ea2a4803bc871d30639c081d1d7eb8e6cd (patch) | |
| tree | 2bfca232b4d46792832a806aaa2b38c76916813c /clang | |
| parent | 682c76b7d471ec30b6d520d1b5c016b2d2600b74 (diff) | |
| download | bcm5719-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.m | 4 |
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 |

