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/unit_tests/dbghelp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit_tests/dbghelp.cpp') diff --git a/test/unit_tests/dbghelp.cpp b/test/unit_tests/dbghelp.cpp index aab292f..4346bf7 100644 --- a/test/unit_tests/dbghelp.cpp +++ b/test/unit_tests/dbghelp.cpp @@ -46,7 +46,7 @@ BOOST_AUTO_TEST_CASE(enum_symbols) { BOOST_AUTO_TEST_CASE(call_stack) { try { - test::foo(&throw_call_stack); + test_ns::foo(&throw_call_stack); } catch (const pdb::CallStack& call_stack) { BOOST_TEST(true, "Caught the call stack"); return; -- cgit v1.2.3