[cfe-commits] r158192 - /cfe/trunk/test/Index/index-decls.m

Argyrios Kyrtzidis akyrtzi at gmail.com
Thu Jun 7 20:54:17 PDT 2012


Author: akirtzidis
Date: Thu Jun  7 22:54:16 2012
New Revision: 158192

URL: http://llvm.org/viewvc/llvm-project?rev=158192&view=rev
Log:
[libclang] Add a triple to test/Index/index-decls.m

Modified:
    cfe/trunk/test/Index/index-decls.m

Modified: cfe/trunk/test/Index/index-decls.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/index-decls.m?rev=158192&r1=158191&r2=158192&view=diff
==============================================================================
--- cfe/trunk/test/Index/index-decls.m (original)
+++ cfe/trunk/test/Index/index-decls.m Thu Jun  7 22:54:16 2012
@@ -26,7 +26,7 @@
 }
 @end
 
-// RUN: c-index-test -index-file %s > %t
+// RUN: c-index-test -index-file %s -target x86_64-apple-macosx10.7 > %t
 // RUN: FileCheck %s -input-file=%t
 // CHECK: [indexDeclaration]: kind: objc-class | name: I | {{.*}} | loc: 1:12
 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: prop | {{.*}} | loc: 3:2





More information about the cfe-commits mailing list