mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Merge branch 'mcatanzaro/gtype-criticals' into 'main'
Replace most GObject warnings with criticals See merge request GNOME/glib!2852
This commit is contained in:
@@ -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'*");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user