Index: third_party/harfbuzz-ng/src/hb-ot-tag.cc |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-tag.cc b/third_party/harfbuzz-ng/src/hb-ot-tag.cc |
index 5a3f4f99adac95ad74b226a541699a89664a779f..9a6a1207b463a5f2d493673b7e0dbd73a420fa3e 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-tag.cc |
+++ b/third_party/harfbuzz-ng/src/hb-ot-tag.cc |
@@ -927,7 +927,7 @@ hb_ot_tag_to_language (hb_tag_t tag) |
} |
} |
-#if 0 |
+#ifdef MAIN |
static inline void |
test_langs_sorted (void) |
{ |
@@ -942,9 +942,7 @@ test_langs_sorted (void) |
} |
} |
} |
-#endif |
-#ifdef MAIN |
int |
main (void) |
{ |