From d8f7cb4615e0c5273f2c23ad6a1de2d4b9284ea2 Mon Sep 17 00:00:00 2001 From: Nicholas Farshidmehr Date: Sat, 17 Mar 2018 20:15:49 -0400 Subject: [PATCH] Remove extra semicolon. --- unit_tests/quaternion_test/quaternion_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);