diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-26 07:43:49 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-26 07:43:49 +0000 |
commit | 1abe5c306cadccff2bdc1eae0b091c4a3bd14454 (patch) | |
tree | 29bc45be4381b50e550c7b09ab483978888c60ae | |
parent | 9031486059f1ae26ce6d0ad7896a188ad0d7d15a (diff) |
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
-rw-r--r-- | test/Index/c-index-api-test.m | 2 |
1 files changed, 1 insertions, 1 deletions
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: <invalid loc>:0:0: StructDecl=objc_selector [Context=c-index-api-test.m] |