summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.using-declaration-class.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.using-declaration-class.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.using-declaration-class.xml.txt')
-rw-r--r--test/expect/gccxml.any.using-declaration-class.xml.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/expect/gccxml.any.using-declaration-class.xml.txt b/test/expect/gccxml.any.using-declaration-class.xml.txt
index 9669b01..1ade161 100644
--- a/test/expect/gccxml.any.using-declaration-class.xml.txt
+++ b/test/expect/gccxml.any.using-declaration-class.xml.txt
@@ -25,15 +25,15 @@
<ReferenceType id="_13" type="_1"/>
<Constructor id="_14" name="base" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throws="")?/>
<Constructor id="_15" name="base" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throws="")?>
- <Argument type="_19" location="f1:1" file="f1" line="1"/>
+ <Argument type="_18" location="f1:1" file="f1" line="1"/>
</Constructor>
- <OperatorMethod id="_16" name="=" returns="_20" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throws="")?>
- <Argument type="_19" location="f1:1" file="f1" line="1"/>
+ <OperatorMethod id="_16" name="=" returns="_19" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throws="")?>
+ <Argument type="_18" location="f1:1" file="f1" line="1"/>
</OperatorMethod>
<Destructor id="_17" name="base" context="_9" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throws="")?/>
- <ReferenceType id="_19" type="_9c"/>
+ <ReferenceType id="_18" type="_9c"/>
<CvQualifiedType id="_9c" type="_9" const="1"/>
- <ReferenceType id="_20" type="_9"/>
+ <ReferenceType id="_19" type="_9"/>
<Namespace id="_2" name="::"/>
<File id="f1" name=".*/test/input/using-declaration-class.cxx"/>
</GCC_XML>$