Linebreak cleanup
This commit is contained in:
parent
da82dbee07
commit
0851bc4fd0
@ -10,7 +10,6 @@ namespace {
|
|||||||
static std::mt19937 rng = std::mt19937((std::random_device())());
|
static std::mt19937 rng = std::mt19937((std::random_device())());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Tests if all values are 0 after initialization via default constructor
|
// Tests if all values are 0 after initialization via default constructor
|
||||||
TEST_CASE(__FILE__"/New_Vector_All_0", "[Vector3]")
|
TEST_CASE(__FILE__"/New_Vector_All_0", "[Vector3]")
|
||||||
{
|
{
|
||||||
@ -614,8 +613,7 @@ TEST_CASE(__FILE__"/Normalize_Length_Is_1", "[Vector3]")
|
|||||||
if (vec.SqrMagnitude() == 0)
|
if (vec.SqrMagnitude() == 0)
|
||||||
vec.x++;
|
vec.x++;
|
||||||
|
|
||||||
std::wstringstream wss;
|
INFO(vec);
|
||||||
wss << vec;
|
|
||||||
REQUIRE(Math::Similar(vec.Normalize().Magnitude(), 1.0)); // Account for floating point inaccuracy
|
REQUIRE(Math::Similar(vec.Normalize().Magnitude(), 1.0)); // Account for floating point inaccuracy
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user