mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
array-test: Fix a comment
This commit is contained in:
parent
e8222c3343
commit
8a12fb47ce
@ -558,7 +558,7 @@ pointer_array_find_empty (void)
|
||||
g_assert_false (g_ptr_array_find (array, "some-value", NULL)); /* NULL index */
|
||||
g_assert_false (g_ptr_array_find (array, "some-value", &idx)); /* non-NULL index */
|
||||
g_assert_false (g_ptr_array_find_with_equal_func (array, "some-value", g_str_equal, NULL)); /* NULL index */
|
||||
g_assert_false (g_ptr_array_find_with_equal_func (array, "some-value", g_str_equal, &idx)); /* NULL index */
|
||||
g_assert_false (g_ptr_array_find_with_equal_func (array, "some-value", g_str_equal, &idx)); /* non-NULL index */
|
||||
|
||||
g_ptr_array_free (array, TRUE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user