diff options
author | Brad King <brad.king@kitware.com> | 2017-01-13 13:15:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-01-13 13:15:37 (GMT) |
commit | e7252f578951cfebb57e7ab122b388404f278bc3 (patch) | |
tree | 85afacb1b79eefa7d107207a3e730e2c27341192 /test/expect/gccxml.any.Enumeration.xml.txt | |
parent | efaca06fe4b6e4e158cbb7482328efb1616ef604 (diff) | |
download | CastXML-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.txt | 2 |
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> |