summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Enumeration.xml.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-01-13 13:15:37 (GMT)
committerBrad King <brad.king@kitware.com>2017-01-13 13:15:37 (GMT)
commite7252f578951cfebb57e7ab122b388404f278bc3 (patch)
tree85afacb1b79eefa7d107207a3e730e2c27341192 /test/expect/gccxml.any.Enumeration.xml.txt
parentefaca06fe4b6e4e158cbb7482328efb1616ef604 (diff)
downloadCastXML-e7252f578951cfebb57e7ab122b388404f278bc3.zip
CastXML-e7252f578951cfebb57e7ab122b388404f278bc3.tar.gz
CastXML-e7252f578951cfebb57e7ab122b388404f278bc3.tar.bz2
Output: Add size and align attributes to Enumeration
The GCC-XML output included these attributes, so CastXML should too. Closes: #80
Diffstat (limited to 'test/expect/gccxml.any.Enumeration.xml.txt')
-rw-r--r--test/expect/gccxml.any.Enumeration.xml.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/expect/gccxml.any.Enumeration.xml.txt b/test/expect/gccxml.any.Enumeration.xml.txt
index b620c86..7e53443 100644
--- a/test/expect/gccxml.any.Enumeration.xml.txt
+++ b/test/expect/gccxml.any.Enumeration.xml.txt
@@ -1,6 +1,6 @@
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
- <Enumeration id="_1" name="start" context="_2" location="f1:1" file="f1" line="1">
+ <Enumeration id="_1" name="start" context="_2" location="f1:1" file="f1" line="1" size="[0-9]+" align="[0-9]+">
<EnumValue name="ev0" init="0"/>
<EnumValue name="ev2" init="2"/>
</Enumeration>