summaryrefslogtreecommitdiffstats
path: root/tests/ingen_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ingen_test.cpp')
-rw-r--r--tests/ingen_test.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp
index 9dfc3641..ec89c40c 100644
--- a/tests/ingen_test.cpp
+++ b/tests/ingen_test.cpp
@@ -49,8 +49,7 @@
#include <string>
#include <utility>
-namespace ingen {
-namespace test {
+namespace ingen::test {
namespace {
std::unique_ptr<World> world;
@@ -240,8 +239,7 @@ run(int argc, char** argv)
}
} // namespace
-} // namespace test
-} // namespace ingen
+} // namespace ingen::test
int
main(int argc, char** argv)