summaryrefslogtreecommitdiff
path: root/test/api
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-09-27 11:30:44 +0200
committerBehdad Esfahbod <behdad@behdad.org>2016-09-27 11:31:29 +0200
commita5629a2ed9c2e69f2b4ebb74d85fbe0b5ba2be67 (patch)
tree862a68bdd42ce0b3541f5e2ae4b0914158694ef4 /test/api
parentedcfa789bf92c18f5badad31c0ad04a6a77d7226 (diff)
downloadharfbuzz-a5629a2ed9c2e69f2b4ebb74d85fbe0b5ba2be67.tar.gz
[MATH] Simplify test
Diffstat (limited to 'test/api')
-rw-r--r--test/api/test-ot-math.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/api/test-ot-math.c b/test/api/test-ot-math.c
index 4bffcc04..668cc97e 100644
--- a/test/api/test-ot-math.c
+++ b/test/api/test-ot-math.c
@@ -319,10 +319,9 @@ get_glyph_assembly_italics_correction (hb_font_t *font,
hb_bool_t horizontal)
{
hb_position_t corr;
- unsigned int count = 0;
hb_ot_math_get_glyph_assembly (font, glyph,
horizontal ? HB_DIRECTION_LTR : HB_DIRECTION_TTB,
- 0, &count, NULL,
+ 0, NULL, NULL,
&corr);
return corr;
}