summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/prod_features.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-06-23 06:28:36 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-06-23 06:28:36 +0000
commit52b404f36e13de8db4bc7cab3d82ea8073ccbd5d (patch)
treeb9ef56579e5e86ab4c6d7cd3814d55fdfbcab956 /searchlib/src/tests/features/prod_features.cpp
parentb56785323aaf66f1db473db130c2126ffdd76b9b (diff)
Follow up on PR comments.
Diffstat (limited to 'searchlib/src/tests/features/prod_features.cpp')
-rw-r--r--searchlib/src/tests/features/prod_features.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchlib/src/tests/features/prod_features.cpp b/searchlib/src/tests/features/prod_features.cpp
index d28c162bacc..c50c7a12698 100644
--- a/searchlib/src/tests/features/prod_features.cpp
+++ b/searchlib/src/tests/features/prod_features.cpp
@@ -1575,8 +1575,6 @@ Test::testUnique()
StringList params, in, out;
FT_SETUP_OK(bp, ft.getIndexEnv(), params, in, out.add("out"));
FT_DUMP_EMPTY(_factory, "unique");
-
- EXPECT_TRUE(assertMatches(0, "x", "a", "matches(foo)"));
}
FtFeatureTest ft(_factory, "unique");
ASSERT_TRUE(ft.setup());