From: Daniel Dunbar Date: Sat, 26 Sep 2009 07:06:36 +0000 (+0000) Subject: Force triple in test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c22dd4d7318720db5c3c34aebe4aac0b5af6cc94;p=clang Force triple in test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82850 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/c-index-api-test.m b/test/Index/c-index-api-test.m index 9eb2fc8d7f..ad7270ed9f 100644 --- a/test/Index/c-index-api-test.m +++ b/test/Index/c-index-api-test.m @@ -1,4 +1,4 @@ -// RUN: clang -emit-ast %s -o %t.ast && +// RUN: clang-cc -triple i386-apple-darwin9 -emit-pch %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]