From f0fc594be5c6dce0d8bed7460e84cdd07583d37e Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Fri, 24 Feb 2012 19:45:42 +0000 Subject: [PATCH] [libclang] Add a triple to the test. llvm-svn: 151386 --- clang/test/Index/targeted-cursor.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/Index/targeted-cursor.m b/clang/test/Index/targeted-cursor.m index 1d8710981246..a53ebf6918e2 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 -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