Revert "Force triple in test.", this wasn't the problem.
llvm-svn: 82855
diff --git a/clang/test/Index/c-index-api-test.m b/clang/test/Index/c-index-api-test.m
index ad7270e..9eb2fc8 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]