summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/query/streaming_query_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/query/streaming_query_test.cpp')
-rw-r--r--searchlib/src/tests/query/streaming_query_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/tests/query/streaming_query_test.cpp b/searchlib/src/tests/query/streaming_query_test.cpp
index 9aa07570c0d..2db25da03f7 100644
--- a/searchlib/src/tests/query/streaming_query_test.cpp
+++ b/searchlib/src/tests/query/streaming_query_test.cpp
@@ -734,8 +734,8 @@ TEST("testSameElementEvaluate") {
TEST("Control the size of query terms") {
EXPECT_EQUAL(104u, sizeof(QueryTermSimple));
- EXPECT_EQUAL(136u, sizeof(QueryTermUCS4));
- EXPECT_EQUAL(280u, sizeof(QueryTerm));
+ EXPECT_EQUAL(120u, sizeof(QueryTermUCS4));
+ EXPECT_EQUAL(264u, sizeof(QueryTerm));
}
TEST_MAIN() { TEST_RUN_ALL(); }