diff options
Diffstat (limited to 'main/tests/test_io.cpp')
-rw-r--r-- | main/tests/test_io.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/tests/test_io.cpp b/main/tests/test_io.cpp index f96c5cfe3c..1477df4415 100644 --- a/main/tests/test_io.cpp +++ b/main/tests/test_io.cpp @@ -118,7 +118,7 @@ MainLoop *test() { return memnew(TestMainLoop); } -} +} // namespace TestIO #else @@ -128,5 +128,5 @@ MainLoop *test() { return NULL; } -} +} // namespace TestIO #endif |