[cfe-commits] r82855 - /cfe/trunk/test/Index/c-index-api-test.m

Daniel Dunbar daniel at zuster.org
Sat Sep 26 00:43:49 PDT 2009


Author: ddunbar
Date: Sat Sep 26 02:43:49 2009
New Revision: 82855

URL: http://llvm.org/viewvc/llvm-project?rev=82855&view=rev
Log:
Revert "Force triple in test.", this wasn't the problem.

Modified:
    cfe/trunk/test/Index/c-index-api-test.m

Modified: cfe/trunk/test/Index/c-index-api-test.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/c-index-api-test.m?rev=82855&r1=82854&r2=82855&view=diff

==============================================================================
--- cfe/trunk/test/Index/c-index-api-test.m (original)
+++ cfe/trunk/test/Index/c-index-api-test.m Sat Sep 26 02:43:49 2009
@@ -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]





More information about the cfe-commits mailing list