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

@@ -13,7 +13,7 @@ protected:
Vector3 v1;
Vector3 v2;
void SetUp() override
constexpr void SetUp() override
{
v1 = Vector3(1.0f, 2.0f, 3.0f);
v2 = Vector3(4.0f, 5.0f, 6.0f);