[test-draw] Fix compiler warning

This commit is contained in:
Behdad Esfahbod 2022-02-03 13:08:32 -06:00
parent ebc2a133c3
commit 9f05362d43
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ main (int argc, char **argv)
hb_test_add (test_hb_draw_font_kit_glyphs_tests);
hb_test_add (test_hb_draw_font_kit_variations_tests);
hb_test_add (test_hb_draw_estedad_vf);
// hb_test_add (test_hb_draw_stroking);
if(0) hb_test_add (test_hb_draw_stroking);
hb_test_add (test_hb_draw_immutable);
unsigned result = hb_test_run ();