diff options
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> |