diff options
Diffstat (limited to 'mu')
| -rw-r--r-- | mu/tests/test-mu-query.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mu/tests/test-mu-query.cc b/mu/tests/test-mu-query.cc index 23f13d4..09c0cde 100644 --- a/mu/tests/test-mu-query.cc +++ b/mu/tests/test-mu-query.cc @@ -135,6 +135,9 @@ test_mu_query_01(void) { "", 19 }, {"msgid:abcd$efgh@example.com", 1}, {"i:abcd$efgh@example.com", 1}, +#ifdef HAVE_CLD2 +{ "lang:en", 14}, +#endif /*HAVE_CLD2*/ }; for (i = 0; i != G_N_ELEMENTS(queries); ++i) |
