From a26daf3fb542f40f5cdf0c47ea1bf0be3367e18f Mon Sep 17 00:00:00 2001 From: Moses Turner Date: Wed, 2 Nov 2022 03:53:33 -0500 Subject: [PATCH] tests: Clean up tests_quat_change_of_basis --- tests/tests_quat_change_of_basis.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/tests_quat_change_of_basis.cpp b/tests/tests_quat_change_of_basis.cpp index 738f4e828..fecf28c39 100644 --- a/tests/tests_quat_change_of_basis.cpp +++ b/tests/tests_quat_change_of_basis.cpp @@ -143,11 +143,7 @@ fast_change_of_basis_unity_to_oxr(xrt_quat *in, xrt_quat *out) out->w = -in->w; } - - -// int -// main() -TEST_CASE("LevenbergMarquardt") +TEST_CASE("QuaternionChangeOfBasis") { U_LOG_E("LH to RH!");