summaryrefslogtreecommitdiffhomepage
path: root/test/const-math.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/const-math.cpp')
-rw-r--r--test/const-math.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/const-math.cpp b/test/const-math.cpp
index 63baff4d..1ea4c2f0 100644
--- a/test/const-math.cpp
+++ b/test/const-math.cpp
@@ -61,7 +61,7 @@ static constexpr void* compile_tests()
namespace floormat {
-bool app::test_const_math()
+bool floormat::test_const_math()
{
static_assert(compile_tests() == nullptr);
return true;
@@ -73,5 +73,5 @@ bool app::test_const_math()
# pragma GCC diagnostic pop
#endif
#else
-namespace floormat { bool app::test_const_math() { return true; } }
+namespace floormat { bool floormat::test_const_math() { return true; } }
#endif