aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/typesystem_sample.xml
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-08-15 17:19:54 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:11 -0300
commit9c5a9169cf0d710fe4cfab305e096623d8cbdaaf (patch)
tree002f379ca9e3be92e026821d9c389b39efb9b3c0 /tests/samplebinding/typesystem_sample.xml
parentb148ca6f876030a41ac7556ec5be2a7374e86bd5 (diff)
Added test for typedef of unsigned short.
Diffstat (limited to 'tests/samplebinding/typesystem_sample.xml')
-rw-r--r--tests/samplebinding/typesystem_sample.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml
index 56ef0d6cf..91771699f 100644
--- a/tests/samplebinding/typesystem_sample.xml
+++ b/tests/samplebinding/typesystem_sample.xml
@@ -8,6 +8,8 @@
<primitive-type name="real"/>
<primitive-type name="int"/>
<primitive-type name="short"/>
+ <primitive-type name="unsigned short"/>
+ <primitive-type name="ushort"/>
<primitive-type name="unsigned int" />
<primitive-type name="signed int" />
<primitive-type name="char"/>