From: Dmitri Gribenko Date: Fri, 22 Nov 2013 01:47:15 +0000 (+0000) Subject: Comment parsing tests: XML schema: actually run the valid-function-10.xml test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e2018dd3f41a5446d2175609487ab4b8154ad87;p=clang Comment parsing tests: XML schema: actually run the valid-function-10.xml test It was there all the time, but I missed adding a RUN line for it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195405 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/comment-xml-schema.c b/test/Index/comment-xml-schema.c index 2bbdfcfe99..37cb47c3d6 100644 --- a/test/Index/comment-xml-schema.c +++ b/test/Index/comment-xml-schema.c @@ -11,6 +11,7 @@ // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-07.xml // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-08.xml // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-09.xml +// RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-10.xml // // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-availability-attr-01.xml // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-availability-attr-02.xml