[subest] get benchmark subset working again.

This commit is contained in:
Garret Rieger 2024-10-24 21:39:23 +00:00 committed by Behdad Esfahbod
parent e5139c51aa
commit 392581be01

View file

@ -139,7 +139,7 @@ static void BM_subset (benchmark::State &state,
if (!cached_font_path || strcmp (cached_font_path, test_input.font_path))
{
hb_face_t *face = hb_benchmark_face_create_from_file_or_fail (test_input.font_path, 0);
face = hb_benchmark_face_create_from_file_or_fail (test_input.font_path, 0);
assert (face);
face = preprocess_face (face);