aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-05-09 13:15:34 +0200
committerHenning Baldersheim <balder@oath.com>2018-05-09 13:15:34 +0200
commit1c134f28c15c117eaa06b4c63858e2f516307dce (patch)
treece4d9c49c89b5f9517beb6b822fc3d968e47d62f /searchcore
parent3c4fd76e8462921b7ad3724c8cbd8df14ac45f49 (diff)
Reflect that object is smaller after removing unused members.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/fdispatch/search_path/search_path_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/fdispatch/search_path/search_path_test.cpp b/searchcore/src/tests/fdispatch/search_path/search_path_test.cpp
index a649dd484b6..b62fb8d14f2 100644
--- a/searchcore/src/tests/fdispatch/search_path/search_path_test.cpp
+++ b/searchcore/src/tests/fdispatch/search_path/search_path_test.cpp
@@ -116,7 +116,7 @@ TEST("requireThatMultipleElementsWithoutRowsCanBeSpecified")
TEST("require that sizeof FastS_FNET_SearchNode is reasonable")
{
- EXPECT_EQUAL(240u, sizeof(FastS_FNET_SearchNode));
+ EXPECT_EQUAL(232u, sizeof(FastS_FNET_SearchNode));
EXPECT_EQUAL(40u, sizeof(search::common::SortDataIterator));
}