summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-13 10:44:06 +0200
committerGitHub <noreply@github.com>2022-09-13 10:44:06 +0200
commit25d74e664099b41013c90bc3e16a1d73a162f6a7 (patch)
treeb593be1b6f7a8750371005050f02af732e472621 /searchcore/src/tests/proton/matching
parentd80bbd9bb71dd4541087906854abd741086b7349 (diff)
Update searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp
Co-authored-by: Geir Storli <geirst@yahooinc.com>
Diffstat (limited to 'searchcore/src/tests/proton/matching')
-rw-r--r--searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp b/searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp
index 8bef3508d5c..279db26f946 100644
--- a/searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp
+++ b/searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp
@@ -291,7 +291,7 @@ TEST(UnpackingIteratorsOptimizerTest, require_that_root_same_element_node_can_be
}
#if ENABLE_SAME_ELEMENT_SPLIT
-//TODO Enable once matched-elements-only and artifiscial terms are handled
+//TODO Enable once matched-elements-only and artificial terms are handled
TEST(UnpackingIteratorsOptimizerTest, require_that_root_same_element_node_can_be_split) {
std::string actual1 = dump_query(*optimize(make_same_element(), true, true));
std::string expect = split_same_element_dump;