Thanks a lot. - Fariborz
On Dec 3, 2012, at 5:03 PM, NAKAMURA Takumi wrote: > 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. > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
