mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 09:47:01 -04:00
test: make sure mmap_mock
knows its path
This commit is contained in:
parent
ca5c1bba0b
commit
2f30d0c150
@ -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()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user