added constexpr to unit tests

This commit is contained in:
2024-09-03 21:37:27 +03:00
parent 8e836a6d2d
commit 2947bbd95a
3 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ protected:
Vector2 v1;
Vector2 v2;
void SetUp() override
constexpr void SetUp() override
{
v1 = Vector2(1.0f, 2.0f);
v2 = Vector2(4.0f, 5.0f);