Searched refs:expected_vals5 (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/glib/tests/ |
D | array-test.c | 303 const gint expected_vals5[] = { 5, 0, 2, 3, 1, 4, 0, 0, 0, 0, 6, 7 }; in array_insert_vals() local 350 g_assert_cmpuint (garray->len, ==, G_N_ELEMENTS (expected_vals5)); in array_insert_vals() 351 for (i = 0; i < G_N_ELEMENTS (expected_vals5); i++) in array_insert_vals() 354 g_assert_cmpint (g_array_index (garray, gint, i), ==, expected_vals5[i]); in array_insert_vals()
|