[cfe-commits] r151386 - /cfe/trunk/test/Index/targeted-cursor.m
Argyrios Kyrtzidis
akyrtzi at gmail.com
Fri Feb 24 11:45:42 PST 2012
Author: akirtzidis
Date: Fri Feb 24 13:45:42 2012
New Revision: 151386
URL: http://llvm.org/viewvc/llvm-project?rev=151386&view=rev
Log:
[libclang] Add a triple to the test.
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=151386&r1=151385&r2=151386&view=diff
==============================================================================
--- cfe/trunk/test/Index/targeted-cursor.m (original)
+++ cfe/trunk/test/Index/targeted-cursor.m Fri Feb 24 13:45:42 2012
@@ -1,6 +1,6 @@
// rdar://10920009
-// 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
+// RUN: c-index-test -write-pch %t.h.pch -target x86_64-apple-macosx10.7 -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 -target x86_64-apple-macosx10.7 -include %t.h | FileCheck %s
// CHECK: ObjCClassRef=I:2:12
More information about the cfe-commits
mailing list