mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 23:28:54 +02:00
Fix glib/tests/utils for g_parse_debug_string() changes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user