summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-24 15:22:14 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-24 15:22:14 -0400
commit3324a6e6b3c077d5de16b74b425d6290651cd938 (patch)
tree64a10bf7efbf2418e2b3ab447b93ed13bd80a80c
parentf7b73b2e010960975f1cb43fcbc9c04f82c28bb7 (diff)
downloadgtk+-3324a6e6b3c077d5de16b74b425d6290651cd938.tar.gz
testsuite: Reenable tests for incremental sort
This was unintentionally disabled.
-rw-r--r--testsuite/gtk/sortlistmodel-exhaustive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/sortlistmodel-exhaustive.c b/testsuite/gtk/sortlistmodel-exhaustive.c
index 4695a45442..8c1a208b81 100644
--- a/testsuite/gtk/sortlistmodel-exhaustive.c
+++ b/testsuite/gtk/sortlistmodel-exhaustive.c
@@ -187,7 +187,7 @@ create_sort_list_model (gconstpointer model_id,
break;
case 1:
- //gtk_sort_list_model_set_incremental (model, TRUE);
+ gtk_sort_list_model_set_incremental (model, TRUE);
break;
default: