mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 13:05:04 +00:00
[subest] get benchmark subset working again.
This commit is contained in:
parent
e5139c51aa
commit
392581be01
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue