mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
added constexpr to unit tests
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user