summaryrefslogtreecommitdiffhomepage
path: root/test/json.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:22:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:22:14 +0200
commitcf6c5668f1d41a0fe02f97351a522ccfb3f245d4 (patch)
tree2dd795feb2b735773ca936effa57884986196aca /test/json.cpp
parentb581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff)
a
Diffstat (limited to 'test/json.cpp')
-rw-r--r--test/json.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/json.cpp b/test/json.cpp
index 46bdf528..31733101 100644
--- a/test/json.cpp
+++ b/test/json.cpp
@@ -9,7 +9,7 @@
#include "chunk.hpp"
#include "loader.hpp"
-namespace Magnum::Examples {
+namespace floormat {
static chunk make_test_chunk()
{
@@ -56,4 +56,4 @@ bool app::test_json() // NOLINT(readability-convert-member-functions-to-static)
return ret;
}
-} // namespace Magnum::Examples
+} // namespace floormat