summaryrefslogtreecommitdiffstats
path: root/document/src/tests/documenttestcase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/documenttestcase.cpp')
-rw-r--r--document/src/tests/documenttestcase.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/document/src/tests/documenttestcase.cpp b/document/src/tests/documenttestcase.cpp
index 99aebe26720..a4d9c778bec 100644
--- a/document/src/tests/documenttestcase.cpp
+++ b/document/src/tests/documenttestcase.cpp
@@ -36,10 +36,10 @@ TEST(DocumentTest, testSizeOf)
EXPECT_EQ(32u, sizeof(vespalib::GrowableByteBuffer));
EXPECT_EQ(88ul, sizeof(IdString));
EXPECT_EQ(104ul, sizeof(DocumentId));
- EXPECT_EQ(248ul, sizeof(Document));
- EXPECT_EQ(112ul, sizeof(StructFieldValue));
+ EXPECT_EQ(240ul, sizeof(Document));
+ EXPECT_EQ(104ul, sizeof(StructFieldValue));
EXPECT_EQ(24ul, sizeof(StructuredFieldValue));
- EXPECT_EQ(64ul, sizeof(SerializableArray));
+ EXPECT_EQ(56ul, sizeof(SerializableArray));
}
TEST(DocumentTest, testFieldPath)