Home
last modified time | relevance | path

Searched refs:strv_simple2 (Results 1 – 1 of 1) sorted by relevance

/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dstrfuncs.c2177 const gchar *strv_simple2[] = { "hello", "you", NULL }; in test_strv_equal() local
2187 result = g_strv_equal (NULL, strv_simple2); in test_strv_equal()
2204 g_assert_true (g_strv_equal (strv_simple, strv_simple2)); in test_strv_equal()
2205 g_assert_true (g_strv_equal (strv_simple2, strv_simple)); in test_strv_equal()