[test] Minor use hb_test_init

This commit is contained in:
Behdad Esfahbod 2025-04-05 22:37:10 -06:00
parent 6c98519c7e
commit 112b599826
2 changed files with 2 additions and 2 deletions

View file

@ -165,7 +165,7 @@ test_ot_layout_get_ligature_carets_empty (void)
int
main (int argc, char **argv)
{
g_test_init (&argc, &argv, NULL);
hb_test_init (&argc, &argv);
hb_test_add (test_ot_layout_get_ligature_carets_ot_gdef);
hb_test_add (test_ot_layout_get_ligature_carets_empty);

View file

@ -110,7 +110,7 @@ int
main (int argc, char **argv)
{
unsigned int status;
g_test_init (&argc, &argv, NULL);
hb_test_init (&argc, &argv);
hb_test_add (test_ot_layout_feature_get_name_ids_and_characters);
hb_test_add (test_ot_name);