diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-10-01 19:10:40 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-10-01 19:10:40 +0000 |
commit | a3102b9cdefea51490eeda9ed9df838106e839b5 (patch) | |
tree | 9a46002296d0520bbcf0e5cc667c1f3285e81e0c /clang/test/Index/comment-xml-schema.c | |
parent | 92375adafbca9ee5dc2840a6252000154a6e71df (diff) | |
download | bcm5719-llvm-a3102b9cdefea51490eeda9ed9df838106e839b5.tar.gz bcm5719-llvm-a3102b9cdefea51490eeda9ed9df838106e839b5.zip |
Add xml test for availability to comment-xml-schema.c
llvm-svn: 164961
Diffstat (limited to 'clang/test/Index/comment-xml-schema.c')
-rw-r--r-- | clang/test/Index/comment-xml-schema.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Index/comment-xml-schema.c b/clang/test/Index/comment-xml-schema.c index 1166e78f577..dad6c8a6948 100644 --- a/clang/test/Index/comment-xml-schema.c +++ b/clang/test/Index/comment-xml-schema.c @@ -12,6 +12,8 @@ // 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-availability-attr-01.xml +// // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-class-01.xml // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-class-02.xml // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-class-03.xml |