aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/choice/test.xsd
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-02 16:58:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-02 16:58:01 +0200
commitb76292f8f22817401f61158a42afcfc210102657 (patch)
tree956bdc5cbedec35e0d75f4360c68274afd1786b0 /tests/cxx/hybrid/choice/test.xsd
parent8336dd4c16d4885989a6d8f0c83a4b401f5cb63b (diff)
Fix type alignment code to examine all members of a type
The alignment of a type is the alignment of its most strictly aligned member.
Diffstat (limited to 'tests/cxx/hybrid/choice/test.xsd')
-rw-r--r--tests/cxx/hybrid/choice/test.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/choice/test.xsd b/tests/cxx/hybrid/choice/test.xsd
index 9fe5f5c..2b8dbf6 100644
--- a/tests/cxx/hybrid/choice/test.xsd
+++ b/tests/cxx/hybrid/choice/test.xsd
@@ -26,6 +26,7 @@
<choice>
<element name="a" type="int"/>
<element name="b" type="string"/>
+ <element name="c" type="long"/>
</choice>
</complexType>