Skip to content
Snippets Groups Projects
Commit 8ec56883 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Tomáš Oberhuber
Browse files

[WIP] Fixing Array tast.

parent 28da807c
No related branches found
No related tags found
1 merge request!29Revision
......@@ -466,7 +466,7 @@ TYPED_TEST( ArrayTest, assignmentOperator )
v = 72; //.setValue( 0 );
for( int i = 0; i < 10; i++ )
EXPECT_EQ( v[ i ], 72 );
EXPECT_EQ( v.getElement( i ), 72 );
v = u;
EXPECT_EQ( u, 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