Insert the missing closing brace

This commit is contained in:
Matt Mascarenhas
2016-08-31 02:28:10 +01:00
parent bb03df3fc6
commit 5e15bfb6b7

View File

@@ -64,6 +64,7 @@ TEST(ScalarMath, PowerF)
EXPECT_FLOAT_EQ(HMM_PowerF(-2.0f, 4.1), -17.148376f);
EXPECT_FLOAT_EQ(HMM_PowerF(2.0f, -2.5), 0.176777f);
EXPECT_FLOAT_EQ(HMM_PowerF(-2.0f, -2.5), -0.176777f);
}
TEST(ScalarMath, Lerp)
{