aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/call_stack.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/call_stack.cpp
parentclang-format: regroup #includes (diff)
downloadwinapi-debug-a04f97f907dfc41216322dd4fdd8ec41e1debc8a.tar.gz
winapi-debug-a04f97f907dfc41216322dd4fdd8ec41e1debc8a.zip
test_lib: test -> test_ns
Diffstat (limited to 'test/call_stack.cpp')
-rw-r--r--test/call_stack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/call_stack.cpp b/test/call_stack.cpp
index e14f744..06b9ed5 100644
--- a/test/call_stack.cpp
+++ b/test/call_stack.cpp
@@ -6,7 +6,7 @@
int main() {
try {
- test::print_call_stack();
+ test_ns::print_call_stack();
} catch (const std::exception& e) {
boost::nowide::cerr << e.what() << '\n';
return 1;