mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 22:41:27 +00:00
Minor on test-multithread, align the actual and expected results
This commit is contained in:
parent
678beff64c
commit
cefdef0247
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ validity_check (hb_buffer_t *buffer) {
|
|||
out, sizeof (out), NULL,
|
||||
font, HB_BUFFER_SERIALIZE_FORMAT_TEXT,
|
||||
HB_BUFFER_SERIALIZE_FLAG_NO_GLYPH_NAMES);
|
||||
fprintf (stderr, "Actual: %s\n", out);
|
||||
fprintf (stderr, "Actual: %s\n", out);
|
||||
|
||||
hb_buffer_serialize_glyphs (ref_buffer, 0, hb_buffer_get_length (ref_buffer),
|
||||
out, sizeof (out), NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue