diff --git a/src/UnitTests/Containers/ArrayTest.h b/src/UnitTests/Containers/ArrayTest.h index 65b8c8b1d49fd049340d4a13e037331a3ae18179..777f565e6b3434acbe822097c0da483225a9fdd3 100644 --- a/src/UnitTests/Containers/ArrayTest.h +++ b/src/UnitTests/Containers/ArrayTest.h @@ -151,6 +151,7 @@ TYPED_TEST( ArrayTest, constructors ) ArrayType v( 10 ); EXPECT_EQ( v.getSize(), 10 ); + v = 0; // deep copy ArrayType w( v );