summaryrefslogtreecommitdiffstats
path: root/test/expect/castxml1.any.OffsetType-cv.xml.txt
Commit message (Collapse)AuthorAgeFilesLines
* test: Run all gccxml-format test cases as castxml-format cases tooMichka Popoff2016-12-091-0/+11
Run all `gccxml.*` test cases as `castxml1.*` test cases covering output format with `--castxml-output=1`. Produce the expected test output files as follows: (cd test/expect && rename 's/^gccxml/castxml1/' gccxml.*) && git checkout test/expect && sed -i 's/GCC_XML/CastXML/' test/expect/castxml1.* This covers the current behavior of having both formats identical except for the root element. Later the new format outputs can be adapted as the format is changed.