mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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:
parent
5d38f3ebd4
commit
d738dcc76f
@ -1431,7 +1431,7 @@ test_param_implement (void)
|
||||
|
||||
case 'i':
|
||||
g_test_trap_assert_failed ();
|
||||
g_test_trap_assert_stderr ("*g_object_class_install_property*");
|
||||
g_test_trap_assert_stderr ("*pspec->flags*");
|
||||
continue;
|
||||
|
||||
case 'f':
|
||||
|
Loading…
Reference in New Issue
Block a user