Minor
This commit is contained in:
parent
9385caa8a6
commit
4744379efc
|
@ -31,7 +31,7 @@
|
||||||
static void
|
static void
|
||||||
test_types_int (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 (int8_t), ==, 1);
|
||||||
g_assert_cmpint (sizeof (uint8_t), ==, 1);
|
g_assert_cmpint (sizeof (uint8_t), ==, 1);
|
||||||
g_assert_cmpint (sizeof (int16_t), ==, 2);
|
g_assert_cmpint (sizeof (int16_t), ==, 2);
|
||||||
|
|
Loading…
Reference in New Issue