diff --git a/test/test_helpers.cpp b/test/test_helpers.cpp index 694c6b34..ad9f0c84 100644 --- a/test/test_helpers.cpp +++ b/test/test_helpers.cpp @@ -464,7 +464,7 @@ os_access_mock::map_file(fs::path const& path, size_t size) const { throw std::runtime_error("oops in match"); }, }, - size); + size, path); } throw std::runtime_error(fmt::format("oops in map_file: {}", path.string()));