aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/test_lib.cpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-09-14 02:33:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-09-14 02:44:41 +0300
commita04f97f907dfc41216322dd4fdd8ec41e1debc8a (patch)
tree8e90843a9cf9f6433b4df6350a9963c6ba2060cf /test/test_lib.cpp
parentclang-format: regroup #includes (diff)
downloadwinapi-debug-a04f97f907dfc41216322dd4fdd8ec41e1debc8a.tar.gz
winapi-debug-a04f97f907dfc41216322dd4fdd8ec41e1debc8a.zip
test_lib: test -> test_ns
Diffstat (limited to '')
-rw-r--r--test/test_lib.cpp4
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