commit | 1b436d6950ce5f28695e73777b16ea68311b5ee1 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sat Sep 26 07:06:36 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sat Sep 26 07:06:36 2009 +0000 |
tree | ceacdb7d45f3c040caafea6060e7dd226333596b | |
parent | 9acb690827ccf97919358e925dfbb04e205d5486 [diff] [blame] |
Force triple in test. llvm-svn: 82850
diff --git a/clang/test/Index/c-index-api-test.m b/clang/test/Index/c-index-api-test.m index 9eb2fc8..ad7270e 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 -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: <invalid loc>:0:0: StructDecl=objc_selector [Context=c-index-api-test.m]