summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Class-template-friends.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-template-friends.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-template-friends.xml.txt')
-rw-r--r--test/expect/gccxml.any.Class-template-friends.xml.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/expect/gccxml.any.Class-template-friends.xml.txt b/test/expect/gccxml.any.Class-template-friends.xml.txt
index 061a913..837a162 100644
--- a/test/expect/gccxml.any.Class-template-friends.xml.txt
+++ b/test/expect/gccxml.any.Class-template-friends.xml.txt
@@ -13,10 +13,10 @@
<CvQualifiedType id="_1c" type="_1" const="1"/>
<ReferenceType id="_10" type="_1"/>
<Namespace id="_2" name="::"/>
- <Function id="_7" name="f" returns="_12" context="_2" location="f1:5" file="f1" line="5">
- <Argument type="_12" location="f1:2" file="f1" line="2"/>
+ <Function id="_7" name="f" returns="_11" context="_2" location="f1:5" file="f1" line="5">
+ <Argument type="_11" location="f1:2" file="f1" line="2"/>
</Function>
<Class id="_8" name="A&lt;int&gt;" context="_2" location="f1:1" file="f1" line="1" incomplete="1"/>
- <FundamentalType id="_12" name="int" size="[0-9]+" align="[0-9]+"/>
+ <FundamentalType id="_11" name="int" size="[0-9]+" align="[0-9]+"/>
<File id="f1" name=".*/test/input/Class-template-friends.cxx"/>
</GCC_XML>$