gio/tests/giomodule.c: Use G_MODULE_SUFFIX
[platform/upstream/glib.git] / gio / tests / schema-tests / range-badtype.gschema.xml
1 <schemalist>
2   <schema id='org.gtk.test.schema'>
3     <key name='test' type='s'>
4       <range min='22' max='27'/>
5     </key>
6   </schema>
7 </schemalist>