summaryrefslogtreecommitdiff
path: root/brillo/any_internal_impl_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/any_internal_impl_unittest.cc')
-rw-r--r--brillo/any_internal_impl_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo/any_internal_impl_unittest.cc b/brillo/any_internal_impl_unittest.cc
index 5e64926..4f39939 100644
--- a/brillo/any_internal_impl_unittest.cc
+++ b/brillo/any_internal_impl_unittest.cc
@@ -82,7 +82,7 @@ TEST(Buffer, Store_Objects) {
EXPECT_STREQ(typeid(Small).name(), buffer.GetDataPtr()->GetTypeName());
struct Large {
- char c[10];
+ char c[20];
} large = {};
buffer.Assign(large);
EXPECT_FALSE(buffer.IsEmpty());