diff --git a/unit_tests/quaternion_test/quaternion_test.cpp b/unit_tests/quaternion_test/quaternion_test.cpp index ad0096f..1e132db 100644 --- a/unit_tests/quaternion_test/quaternion_test.cpp +++ b/unit_tests/quaternion_test/quaternion_test.cpp @@ -461,7 +461,7 @@ void LookAt_Test(const T& precision) { mathfu::Vector(zero, one, zero)), precision); } -TEST_ALL_F(LookAt); +TEST_ALL_F(LookAt) int main(int argc, char** argv) { ::testing::InitGoogleTest(&argc, argv);