[test-ot-glyphname] Fix return value

This commit is contained in:
Behdad Esfahbod 2022-07-18 15:13:47 -06:00
parent f1a69ff1b9
commit ddeef8c875
1 changed files with 1 additions and 1 deletions

View File

@ -85,5 +85,5 @@ main (int argc, char **argv)
hb_font_destroy (font);
hb_face_destroy (face);
return result;
return !result;
}