summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libappstream-glib/as-self-test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libappstream-glib/as-self-test.c b/libappstream-glib/as-self-test.c
index b5511d5..b8bbf16 100644
--- a/libappstream-glib/as-self-test.c
+++ b/libappstream-glib/as-self-test.c
@@ -2724,11 +2724,7 @@ as_test_app_search_func (void)
g_assert_cmpint (as_app_search_matches (app, "software"), ==, 96);
g_assert_cmpint (as_app_search_matches (app, "soft"), ==, 24);
-#ifdef HAVE_LIBSTEMMER
- g_assert_cmpint (as_app_search_matches (app, "installing"), ==, 32);
-#else
g_assert_cmpint (as_app_search_matches (app, "install"), ==, 32);
-#endif
g_assert_cmpint (as_app_search_matches (app, "awesome"), ==, 128);
g_assert_cmpint (as_app_search_matches (app, "c++"), ==, 128);
g_assert_cmpint (as_app_search_matches (app, "d-feet"), ==, 128);