forked from OSchip/llvm-project
Fix test for non-block-default platforms.
llvm-svn: 151343
This commit is contained in:
parent
682c76b7d4
commit
b260a2ea2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue