This commit is contained in:
Behdad Esfahbod 2011-04-11 19:47:33 -04:00
parent 9385caa8a6
commit 4744379efc
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
static void
test_types_int (void)
{
/* We already ASSERT_STATIC these in hb-common.h, but anyway */
/* We already ASSERT_STATIC these in hb-private.h, but anyway */
g_assert_cmpint (sizeof (int8_t), ==, 1);
g_assert_cmpint (sizeof (uint8_t), ==, 1);
g_assert_cmpint (sizeof (int16_t), ==, 2);