[test-ot-glyphname] Fix return value
This commit is contained in:
parent
f1a69ff1b9
commit
ddeef8c875
|
@ -85,5 +85,5 @@ main (int argc, char **argv)
|
||||||
hb_font_destroy (font);
|
hb_font_destroy (font);
|
||||||
hb_face_destroy (face);
|
hb_face_destroy (face);
|
||||||
|
|
||||||
return result;
|
return !result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue