From a04f97f907dfc41216322dd4fdd8ec41e1debc8a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 14 Sep 2020 02:33:15 +0300 Subject: test_lib: test -> test_ns --- test/call_stack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/call_stack.cpp') 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; -- cgit v1.2.3