This commit is contained in:
Behdad Esfahbod 2018-12-01 19:28:17 -05:00
parent 11d2f49af8
commit 967a204ee9
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ hb_subset_test_check (hb_face_t *expected,
hb_tag_t table)
{
hb_blob_t *expected_blob, *actual_blob;
fprintf(stderr, "compare %c%c%c%c\n", HB_UNTAG(table));
//fprintf(stderr, "comparing %c%c%c%c ", HB_UNTAG(table));
expected_blob = hb_face_reference_table (expected, table);
actual_blob = hb_face_reference_table (actual, table);
hb_test_assert_blobs_equal (expected_blob, actual_blob);