aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/unit_tests/dbghelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit_tests/dbghelp.cpp')
-rw-r--r--test/unit_tests/dbghelp.cpp2
1 files changed, 1 insertions, 1 deletions
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;