Minor
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 2 Dec 2018 00:28:17 +0000 (19:28 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 2 Dec 2018 00:28:17 +0000 (19:28 -0500)
test/api/hb-subset-test.h

index 6e7888c..cefa4e0 100644 (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);