Merge branch 'mcatanzaro/gtype-criticals' into 'main'

Replace most GObject warnings with criticals

See merge request GNOME/glib!2852
This commit is contained in:
Marco Trevisan
2022-09-19 14:35:12 +00:00
14 changed files with 393 additions and 394 deletions

View File

@@ -73,7 +73,7 @@ test_store_non_gobjects (void)
g_test_trap_subprocess (NULL, 0, G_TEST_SUBPROCESS_DEFAULT);
g_test_trap_assert_failed ();
g_test_trap_assert_stderr ("*WARNING*value * of type 'GType' is invalid or "
g_test_trap_assert_stderr ("*CRITICAL*value * of type 'GType' is invalid or "
"out of range for property 'item-type'*");
}