mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
tests: Fix an expected message in param test
This isn’t normally hit because it’s in a test which is disabled unless run with `-m thorough`. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -1431,7 +1431,7 @@ test_param_implement (void)
|
|||||||
|
|
||||||
case 'i':
|
case 'i':
|
||||||
g_test_trap_assert_failed ();
|
g_test_trap_assert_failed ();
|
||||||
g_test_trap_assert_stderr ("*g_object_class_install_property*");
|
g_test_trap_assert_stderr ("*pspec->flags*");
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
case 'f':
|
case 'f':
|
||||||
|
Reference in New Issue
Block a user