Minor
This commit is contained in:
parent
11d2f49af8
commit
967a204ee9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue