aboutsummaryrefslogtreecommitdiffstats
path: root/test/vector2d_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/vector2d_test.cpp')
-rw-r--r--test/vector2d_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vector2d_test.cpp b/test/vector2d_test.cpp
index 20a5be3e..2eb00de4 100644
--- a/test/vector2d_test.cpp
+++ b/test/vector2d_test.cpp
@@ -7,7 +7,7 @@ int main()
yage::Vector2D v;
yage::Vector2D v2(1, 5);
- v=v2;
+ v=v2+2;
std::cout<<v<<'\n';