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 | bb6ac47ea16894817f3f6147a19133040b467587 (patch) | |
| tree | 4fffb7ed3dcf25e17cc0f390e55113e18500b0f0 | |
| parent | cdd3be5cc64d9f30efe231ea4a869da53a05cd70 (diff) | |
| download | bcm5719-llvm-bb6ac47ea16894817f3f6147a19133040b467587.tar.gz bcm5719-llvm-bb6ac47ea16894817f3f6147a19133040b467587.zip | |
Revert "Force triple in test.", this wasn't the problem.
llvm-svn: 82855
| -rw-r--r-- | clang/test/Index/c-index-api-test.m | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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: <invalid loc>:0:0: StructDecl=objc_selector [Context=c-index-api-test.m] | 

