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

Daniel Dunbar daniel at zuster.org
Sat Sep 26 00:06:37 PDT 2009


Author: ddunbar
Date: Sat Sep 26 02:06:36 2009
New Revision: 82850

URL: http://llvm.org/viewvc/llvm-project?rev=82850&view=rev
Log:
Force triple in test.

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=82850&r1=82849&r2=82850&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:06:36 2009
@@ -1,4 +1,4 @@
-// RUN: clang -emit-ast %s -o %t.ast &&
+// RUN: clang-cc -triple i386-apple-darwin9 -emit-pch %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