diff options
Diffstat (limited to 'test/math.cpp')
-rw-r--r-- | test/math.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math.cpp b/test/math.cpp index 9befad18..64ab1164 100644 --- a/test/math.cpp +++ b/test/math.cpp @@ -91,7 +91,7 @@ constexpr bool test_ceil() } // namespace -void test_app::test_math() +void Test::test_math() { static_assert(test_double_sqrt()); fm_assert(test_sqrt<float>()); |