[cfe-commits] r169199 - /cfe/trunk/test/Index/comment-objc-decls.m

NAKAMURA Takumi geek4civic at gmail.com
Mon Dec 3 17:03:31 PST 2012


Author: chapuni
Date: Mon Dec  3 19:03:31 2012
New Revision: 169199

URL: http://llvm.org/viewvc/llvm-project?rev=169199&view=rev
Log:
clang/test/Index/comment-objc-decls.m: Try to fix r169193, to add x86_64-darwin.

Modified:
    cfe/trunk/test/Index/comment-objc-decls.m

Modified: cfe/trunk/test/Index/comment-objc-decls.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/comment-objc-decls.m?rev=169199&r1=169198&r2=169199&view=diff
==============================================================================
--- cfe/trunk/test/Index/comment-objc-decls.m (original)
+++ cfe/trunk/test/Index/comment-objc-decls.m Mon Dec  3 19:03:31 2012
@@ -1,6 +1,6 @@
 // RUN: rm -rf %t
 // RUN: mkdir %t
-// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng %s > %t/out
+// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -target x86_64-apple-darwin10 %s > %t/out
 // RUN: FileCheck %s < %t/out
 
 // Ensure that XML we generate is not invalid.





More information about the cfe-commits mailing list