mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
fix bots
This commit is contained in:
parent
f614a7d309
commit
6c8985724e
4 changed files with 2 additions and 4 deletions
|
@ -2051,7 +2051,7 @@ struct delta_set_index_map_subset_plan_t
|
|||
|
||||
for (unsigned idx = 0; idx < map_count; idx++)
|
||||
{
|
||||
unsigned *var_idx;
|
||||
uint32_t *var_idx;
|
||||
if (!new_deltaset_idx_varidx_map.has (idx, &var_idx)) return false;
|
||||
output_map.arrayZ[idx] = *var_idx;
|
||||
|
||||
|
|
|
@ -72,7 +72,6 @@ EXTRA_DIST += \
|
|||
expected/post_apply_mvar_delta \
|
||||
expected/apply_cvar_delta \
|
||||
expected/collect_name_ids \
|
||||
expected/instantiate_colrv1 \
|
||||
expected/instantiate_cff2_update_metrics \
|
||||
expected/layout.empty_ligature_offset \
|
||||
fonts \
|
||||
|
|
|
@ -63,7 +63,6 @@ TESTS = \
|
|||
tests/post_apply_mvar_delta.tests \
|
||||
tests/apply_cvar_delta.tests \
|
||||
tests/collect_name_ids.tests \
|
||||
tests/instantiate_colrv1.tests \
|
||||
tests/instantiate_cff2_update_metrics.tests \
|
||||
tests/layout.empty_ligature_offset.tests \
|
||||
$(NULL)
|
||||
|
|
|
@ -56,6 +56,7 @@ tests = [
|
|||
'32bit_var_store',
|
||||
'pin_all_at_default',
|
||||
'instantiate_base',
|
||||
'instantiate_colrv1',
|
||||
'instantiate_glyf',
|
||||
'instantiate_cff2',
|
||||
'full_instance',
|
||||
|
@ -66,7 +67,6 @@ tests = [
|
|||
'post_apply_mvar_delta',
|
||||
'apply_cvar_delta',
|
||||
'collect_name_ids',
|
||||
'instantiate_colrv1',
|
||||
'instantiate_cff2_update_metrics',
|
||||
'layout.empty_ligature_offset',
|
||||
'glyf_partial_instancing',
|
||||
|
|
Loading…
Add table
Reference in a new issue