aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/reference/gid_to_lid_change_handler/gid_to_lid_change_handler_test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/reference/gid_to_lid_change_handler/gid_to_lid_change_handler_test.cpp b/searchcore/src/tests/proton/reference/gid_to_lid_change_handler/gid_to_lid_change_handler_test.cpp
index 3474a4297c7..516c31cb232 100644
--- a/searchcore/src/tests/proton/reference/gid_to_lid_change_handler/gid_to_lid_change_handler_test.cpp
+++ b/searchcore/src/tests/proton/reference/gid_to_lid_change_handler/gid_to_lid_change_handler_test.cpp
@@ -30,6 +30,10 @@ vespalib::string doc1("id:test:music::1");
}
+TEST("control sizeof(PendingGidToLidChange)") {
+ EXPECT_EQUAL(48u, sizeof(PendingGidToLidChange));
+}
+
class ListenerStats {
using lock_guard = std::lock_guard<std::mutex>;
std::mutex _lock;