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 | 2fffbc770a89905a40dc1689eb934aa00edcc0c9 (patch) | |
tree | 867f3f5f3f6b6055e637686320318e494e1e5a4f | |
parent | 68fbb3ee8ae374b6505885e907af92b30eef707f (diff) |
Fix test for non-block-default platforms.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151343 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/targeted-cursor.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/targeted-cursor.m b/test/Index/targeted-cursor.m index 94c62e8964..1d87109812 100644 --- a/test/Index/targeted-cursor.m +++ b/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 |