summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Class-implicit-member-bad-base.xml.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-28 15:42:00 (GMT)
committerBrad King <brad.king@kitware.com>2015-04-28 17:15:00 (GMT)
commit2b211eb8bac6ec65652b1bf4bbbcc196d28773ba (patch)
treee26adc21c7faa447db7b46559d48aa8466ebc902 /test/expect/gccxml.any.Class-implicit-member-bad-base.xml.txt
parentf0c00cb8bd3c5e6c38c6ee47370c15630e7446eb (diff)
downloadCastXML-2b211eb8bac6ec65652b1bf4bbbcc196d28773ba.zip
CastXML-2b211eb8bac6ec65652b1bf4bbbcc196d28773ba.tar.gz
CastXML-2b211eb8bac6ec65652b1bf4bbbcc196d28773ba.tar.bz2
Output: Drop unused index previously consumed by CvQualifiedType elements
Refactoring in the parent commit removed the need to consume a node index when creating a CvQualifiedType element. That commit preserved the behavior artificially in order to minimize differences in expected test output. Now remove this behavior and update the expected test output to account for the now-contiguous indexes.
Diffstat (limited to 'test/expect/gccxml.any.Class-implicit-member-bad-base.xml.txt')
-rw-r--r--test/expect/gccxml.any.Class-implicit-member-bad-base.xml.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/expect/gccxml.any.Class-implicit-member-bad-base.xml.txt b/test/expect/gccxml.any.Class-implicit-member-bad-base.xml.txt
index 2bf091b..1fd1e1a 100644
--- a/test/expect/gccxml.any.Class-implicit-member-bad-base.xml.txt
+++ b/test/expect/gccxml.any.Class-implicit-member-bad-base.xml.txt
@@ -11,15 +11,15 @@
<Class id="_6" name="base&lt;const int&gt;" context="_2" location="f1:1" file="f1" line="1" members="_8 _9 _10 _11" size="[0-9]+" align="[0-9]+"/>
<ReferenceType id="_7" type="_1c"/>
<CvQualifiedType id="_1c" type="_1" const="1"/>
- <Field id="_8" name="data" type="_13c" context="_6" access="protected" location="f1:3" file="f1" line="3" offset="0"/>
+ <Field id="_8" name="data" type="_12c" context="_6" access="protected" location="f1:3" file="f1" line="3" offset="0"/>
<Constructor id="_9" name="base" context="_6" access="protected" location="f1:4" file="f1" line="4"/>
<Constructor id="_10" name="base" context="_6" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throws="")?>
- <Argument type="_15" location="f1:1" file="f1" line="1"/>
+ <Argument type="_13" location="f1:1" file="f1" line="1"/>
</Constructor>
<Destructor id="_11" name="base" context="_6" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throws="")?/>
- <FundamentalType id="_13" name="int" size="[0-9]+" align="[0-9]+"/>
- <CvQualifiedType id="_13c" type="_13" const="1"/>
- <ReferenceType id="_15" type="_6c"/>
+ <FundamentalType id="_12" name="int" size="[0-9]+" align="[0-9]+"/>
+ <CvQualifiedType id="_12c" type="_12" const="1"/>
+ <ReferenceType id="_13" type="_6c"/>
<CvQualifiedType id="_6c" type="_6" const="1"/>
<Namespace id="_2" name="::"/>
<File id="f1" name=".*/test/input/Class-implicit-member-bad-base.cxx"/>