diff options
Diffstat (limited to 'test/magnum-math.cpp')
-rw-r--r-- | test/magnum-math.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/magnum-math.cpp b/test/magnum-math.cpp index a9b7e98d..60a2f2a4 100644 --- a/test/magnum-math.cpp +++ b/test/magnum-math.cpp @@ -57,7 +57,7 @@ constexpr bool compile_tests() } // namespace -void test_app::test_magnum_math() +void Test::test_magnum_math() { static_assert(compile_tests()); } |