From bb6ac47ea16894817f3f6147a19133040b467587 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 26 Sep 2009 07:43:49 +0000 Subject: Revert "Force triple in test.", this wasn't the problem. llvm-svn: 82855 --- clang/test/Index/c-index-api-test.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Index/c-index-api-test.m b/clang/test/Index/c-index-api-test.m index ad7270ed9fa..9eb2fc8d7f3 100644 --- a/clang/test/Index/c-index-api-test.m +++ b/clang/test/Index/c-index-api-test.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple i386-apple-darwin9 -emit-pch %s -o %t.ast && +// RUN: clang -emit-ast %s -o %t.ast && // RUN: c-index-test %t.ast all | FileCheck %s // CHECK: :0:0: StructDecl=objc_selector [Context=c-index-api-test.m] -- cgit v1.2.3