tests: Clean up tests_quat_change_of_basis

This commit is contained in:
Moses Turner 2022-11-02 03:53:33 -05:00
parent cb2c355ba6
commit a26daf3fb5

View file

@ -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!");