summaryrefslogtreecommitdiff
path: root/test/api/test-subset-os2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/test-subset-os2.c')
-rw-r--r--test/api/test-subset-os2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/api/test-subset-os2.c b/test/api/test-subset-os2.c
index de63a3f..dfc9461 100644
--- a/test/api/test-subset-os2.c
+++ b/test/api/test-subset-os2.c
@@ -31,8 +31,8 @@
static void
test_subset_os2 (void)
{
- hb_face_t *face_abc = hb_subset_test_open_font("fonts/Roboto-Regular.abc.ttf");
- hb_face_t *face_b = hb_subset_test_open_font("fonts/Roboto-Regular.b.ttf");
+ hb_face_t *face_abc = hb_test_open_font_file ("fonts/Roboto-Regular.abc.ttf");
+ hb_face_t *face_b = hb_test_open_font_file ("fonts/Roboto-Regular.b.ttf");
hb_set_t *codepoints = hb_set_create();
hb_face_t *face_abc_subset;