[fuzzing] Fix test

This commit is contained in:
Behdad Esfahbod 2018-11-06 10:24:54 -05:00
parent 3af0a7edd0
commit 8790b2740a
1 changed files with 3 additions and 3 deletions

View File

@ -33,10 +33,10 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
hb_buffer_guess_segment_properties (buffer);
hb_shape (font, buffer, NULL, 0);
hb_buffer_destroy (buffer);
}
/* Misc calls on face. */
test_face (face, text32[15]);
/* Misc calls on face. */
test_face (face, text32[15]);
}
hb_font_destroy (font);
hb_face_destroy (face);