diff options
Diffstat (limited to 'test/unit_tests')
-rw-r--r-- | test/unit_tests/process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit_tests/process.cpp b/test/unit_tests/process.cpp index a048c84..56a8337 100644 --- a/test/unit_tests/process.cpp +++ b/test/unit_tests/process.cpp @@ -25,7 +25,7 @@ using namespace winapi::process; BOOST_AUTO_TEST_SUITE(process_tests) BOOST_AUTO_TEST_CASE(get_exe_path) { - const auto path = Process::get_exe_path(); + const auto path = Process::current().get_exe_path(); BOOST_TEST_MESSAGE("Executable path: " << path); } |