diff --git a/tests/power/sqrt_test.cpp b/tests/power/sqrt_test.cpp index cbc68c5..5f84e74 100644 --- a/tests/power/sqrt_test.cpp +++ b/tests/power/sqrt_test.cpp @@ -12,19 +12,17 @@ // https://github.com/actions/runner-images/issues/10004# // NOLINTNEXTLINE -#include - #include "ccmath/ccmath.hpp" +#include + #include #include -/* TEST(CcmathPowerTests, Sqrt_StaticAssert) { - //static_assert(ccm::sqrt(2.0) == ccm::sqrt(2.0), "ccm::sqrt is not a compile time constant!"); + static_assert(ccm::sqrt(2.0) == ccm::sqrt(2.0), "ccm::sqrt is not a compile time constant!"); } -*/ TEST(CcmathPowerTests, Sqrt_Double_CheckCCM) {