Improve gtype test coverage

This commit is contained in:
Matthias Clasen
2013-05-29 08:34:24 -04:00
parent 07168724d7
commit db1c83a516
4 changed files with 11 additions and 0 deletions

View File

@@ -193,5 +193,7 @@ main (int argc, char **argv)
g_assert (count == test->dummy);
g_object_unref (test);
return 0;
}