summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-12-19 05:39:04 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2018-12-19 05:39:04 +0000
commit38fdb8afeb37d111f29b146fca03620b4a4f3d4a (patch)
tree62244f00536cf1afed8760048c159086333b51ce /searchlib
parentf06cf1968a7e20964ea002c4649610e8b5382f3f (diff)
Remove test that will soon be invalid.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/tests/queryeval/queryeval.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/tests/queryeval/queryeval.cpp b/searchlib/src/tests/queryeval/queryeval.cpp
index 8dad5427afa..28cc17a3e52 100644
--- a/searchlib/src/tests/queryeval/queryeval.cpp
+++ b/searchlib/src/tests/queryeval/queryeval.cpp
@@ -386,7 +386,6 @@ TEST("testAndNot") {
andnot_b->addChild(std::make_unique<DummySingleValueBitNumericAttributeBlueprint>(b));
andnot_b->fetchPostings(true);
SearchIterator::UP andnot_ab = andnot_b->createSearch(*md, true);
- EXPECT_TRUE(dynamic_cast<const OptimizedAndNotForBlackListing *>(andnot_ab.get()) != nullptr);
SimpleResult res;
res.search(*andnot_ab);