Fix glib/tests/utils for g_parse_debug_string() changes

This commit is contained in:
Dan Winship 2011-11-14 13:55:14 -05:00
parent fe5ba0f291
commit 29f786851d

View File

@ -271,7 +271,7 @@ test_debug (void)
exit (0);
}
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