diff options
Diffstat (limited to 'test/test_lib.cpp')
-rw-r--r-- | test/test_lib.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_lib.cpp b/test/test_lib.cpp index 19c0d32..63e51ad 100644 --- a/test/test_lib.cpp +++ b/test/test_lib.cpp @@ -9,7 +9,7 @@ #pragma optimize("", off) #endif -namespace test { +namespace test_ns { namespace { void do_print_call_stack() { @@ -41,4 +41,4 @@ void print_call_stack() { foo(&do_print_call_stack); } -} // namespace test +} // namespace test_ns |