summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/array
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-10-03 14:16:37 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-10-03 16:52:39 +0000
commitf1eeba4aee1020625205ccf5223128ad8f68265b (patch)
tree02bbe562c1e1c4d4f76e9037a05daf363953f446 /vespalib/src/tests/array
parent468fc26fb7f543f4d55e18d381848920047daf75 (diff)
Handle variations to alignment smoother.
Diffstat (limited to 'vespalib/src/tests/array')
-rw-r--r--vespalib/src/tests/array/array_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/array/array_test.cpp b/vespalib/src/tests/array/array_test.cpp
index 70eb07131f5..231bc00611a 100644
--- a/vespalib/src/tests/array/array_test.cpp
+++ b/vespalib/src/tests/array/array_test.cpp
@@ -157,7 +157,7 @@ void Test::testArray(const T & a, const T & b)
{
Array<T> array;
- ASSERT_EQUAL(sizeof(array), 24u);
+ ASSERT_EQUAL(sizeof(array), 32u);
ASSERT_EQUAL(array.size(), 0u);
ASSERT_EQUAL(array.capacity(), 0u);
for(size_t i(0); i < 5; i++) {