From: Daniel Dunbar Date: Sat, 26 Sep 2009 07:43:49 +0000 (+0000) Subject: Revert "Force triple in test.", this wasn't the problem. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1abe5c306cadccff2bdc1eae0b091c4a3bd14454;p=clang Revert "Force triple in test.", this wasn't the problem. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82855 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/c-index-api-test.m b/test/Index/c-index-api-test.m index ad7270ed9f..9eb2fc8d7f 100644 --- a/test/Index/c-index-api-test.m +++ b/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]