diff options
Diffstat (limited to 'test/const-math.cpp')
-rw-r--r-- | test/const-math.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/const-math.cpp b/test/const-math.cpp index 1ea4c2f0..a9c710fe 100644 --- a/test/const-math.cpp +++ b/test/const-math.cpp @@ -61,7 +61,7 @@ static constexpr void* compile_tests() namespace floormat { -bool floormat::test_const_math() +bool test_app::test_const_math() { static_assert(compile_tests() == nullptr); return true; |