mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
Fix glib/tests/utils for g_parse_debug_string() changes
This commit is contained in:
parent
fe5ba0f291
commit
29f786851d
@ -271,7 +271,7 @@ test_debug (void)
|
|||||||
exit (0);
|
exit (0);
|
||||||
}
|
}
|
||||||
g_test_trap_assert_passed ();
|
g_test_trap_assert_passed ();
|
||||||
g_test_trap_assert_stderr ("*Supported debug values: key1 key2 key3*");
|
g_test_trap_assert_stderr ("*Supported debug values: key1 key2 key3 all help*");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user