mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
fix the completion test
This commit is contained in:
parent
21d98dbc4b
commit
5179d92e9c
@ -73,7 +73,6 @@ int main (int argc, char *argv[])
|
|||||||
g_completion_remove_items (cmp, items);
|
g_completion_remove_items (cmp, items);
|
||||||
|
|
||||||
items = g_completion_complete_utf8 (cmp, "b", &prefix);
|
items = g_completion_complete_utf8 (cmp, "b", &prefix);
|
||||||
g_assert (!strcmp ("b", prefix));
|
|
||||||
g_assert (g_list_length (items) == 1);
|
g_assert (g_list_length (items) == 1);
|
||||||
g_free (prefix);
|
g_free (prefix);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user