Skip to content
Snippets Groups Projects
Commit 7d389df7 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing ArrayTest.

parent 87528b48
No related branches found
No related tags found
1 merge request!32Expression templates 2
...@@ -151,6 +151,7 @@ TYPED_TEST( ArrayTest, constructors ) ...@@ -151,6 +151,7 @@ TYPED_TEST( ArrayTest, constructors )
ArrayType v( 10 ); ArrayType v( 10 );
EXPECT_EQ( v.getSize(), 10 ); EXPECT_EQ( v.getSize(), 10 );
v = 0;
// deep copy // deep copy
ArrayType w( v ); ArrayType w( v );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment