Fix build
This commit is contained in:
parent
45e55f7080
commit
674560cf24
|
@ -31,10 +31,10 @@
|
||||||
static void
|
static void
|
||||||
test (hb_codepoint_t cp, unsigned int bit)
|
test (hb_codepoint_t cp, unsigned int bit)
|
||||||
{
|
{
|
||||||
if (OT::hb_get_unicode_range_bit (cp) != bit)
|
if (OT::_hb_ot_os2_get_unicode_range_bit (cp) != bit)
|
||||||
{
|
{
|
||||||
fprintf (stderr, "got incorrect bit (%d) for cp 0x%X. Should have been %d.",
|
fprintf (stderr, "got incorrect bit (%d) for cp 0x%X. Should have been %d.",
|
||||||
OT::hb_get_unicode_range_bit (cp),
|
OT::_hb_ot_os2_get_unicode_range_bit (cp),
|
||||||
cp,
|
cp,
|
||||||
bit);
|
bit);
|
||||||
abort();
|
abort();
|
||||||
|
|
Loading…
Reference in New Issue