提交 41906cd5 编写于 作者: B Behdad Esfahbod

[subset] Another fixup

I broke this in c31fcf4c
上级 cd32177a
...@@ -590,7 +590,7 @@ struct cmap ...@@ -590,7 +590,7 @@ struct cmap
hb_blob_t * subset (hb_subset_plan_t *plan, hb_face_t *source) const hb_blob_t * subset (hb_subset_plan_t *plan, hb_face_t *source) const
{ {
hb_prealloced_array_t<CmapSubtableLongGroup> groups; hb_auto_array_t<CmapSubtableLongGroup> groups;
populate_groups(plan->codepoints, &groups); populate_groups(plan->codepoints, &groups);
......
...@@ -42,6 +42,7 @@ def run_test(test): ...@@ -42,6 +42,7 @@ def run_test(test):
"--font-file=" + test.font_path, "--font-file=" + test.font_path,
"--output-file=" + out_file, "--output-file=" + out_file,
"--unicodes=%s" % test.unicodes()] "--unicodes=%s" % test.unicodes()]
print (' '.join(cli_args))
_, return_code = cmd(cli_args) _, return_code = cmd(cli_args)
if return_code: if return_code:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册