testsuite/gtk/flattenlistmodel.c: fix build

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
Marc-Antoine Perennou 2020-03-22 10:53:59 +01:00
parent 92b50c5e2a
commit eb8e0910c3

View File

@ -307,7 +307,7 @@ static void
test_submodel_add2 (void)
{
GtkFlattenListModel *flat;
GListStore *model, *store[2];
GListStore *model, *store[3];
model = g_list_store_new (G_TYPE_LIST_MODEL);
flat = new_model (model);