summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Variable-init.xml.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/expect/gccxml.any.Variable-init.xml.txt')
-rw-r--r--test/expect/gccxml.any.Variable-init.xml.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/expect/gccxml.any.Variable-init.xml.txt b/test/expect/gccxml.any.Variable-init.xml.txt
index 6659b64..6061dc1 100644
--- a/test/expect/gccxml.any.Variable-init.xml.txt
+++ b/test/expect/gccxml.any.Variable-init.xml.txt
@@ -4,9 +4,9 @@
<Variable id="_3" name="var_int" type="_5" init="123" context="_1" location="f1:2" file="f1" line="2"/>
<Variable id="_4" name="var_str" type="_6" init="&quot;abc&quot;" context="_1" location="f1:3" file="f1" line="3"/>
<FundamentalType id="_5" name="int" size="[0-9]+" align="[0-9]+"/>
- <PointerType id="_6" type="_8c"/>
+ <PointerType id="_6" type="_7c"/>
+ <CvQualifiedType id="_7c" type="_7" const="1"/>
<Namespace id="_2" name="::"/>
- <CvQualifiedType id="_8c" type="_8" const="1"/>
- <FundamentalType id="_8" name="char" size="[0-9]+" align="[0-9]+"/>
+ <FundamentalType id="_7" name="char" size="[0-9]+" align="[0-9]+"/>
<File id="f1" name=".*/test/input/Variable-init.cxx"/>
</GCC_XML>$