gio/tests/giomodule.c: Use G_MODULE_SUFFIX
[platform/upstream/glib.git] / gio / tests / schema-tests / bad-key3.gschema.xml
1 <schemalist>
2   <schema id="no-default" path="/tests/">
3     <key name="bad--key" type="s">
4       <default>''</default>
5     </key>
6   </schema>
7 </schemalist>