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
diff --git a/test/Index/c-index-api-test.m b/test/Index/c-index-api-test.m
index ad7270e..9eb2fc8 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]