diff options
Diffstat (limited to 'test/const-math.cpp')
-rw-r--r-- | test/const-math.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/const-math.cpp b/test/const-math.cpp index 3f125a1f..1d07d08f 100644 --- a/test/const-math.cpp +++ b/test/const-math.cpp @@ -57,7 +57,7 @@ static constexpr void* compile_tests() return nullptr; } -namespace Magnum::Examples { +namespace floormat { bool app::test_const_math() { @@ -65,7 +65,7 @@ bool app::test_const_math() return true; } -} // namespace Magnum::Examples +} // namespace floormat #ifdef __GNUG__ # pragma GCC diagnostic pop |