fix one forgotton native()
This commit is contained in:
parent
f68f7e88de
commit
29cd904c5f
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ TEST_CASE("map xml I/O") {
|
|||
add_xml_files(bfs::path("test") / "data" / "good_maps", good_maps);
|
||||
|
||||
for (auto const &path : good_maps) {
|
||||
CAPTURE(path.native());
|
||||
CAPTURE(path.generic_string());
|
||||
|
||||
// check that it can load
|
||||
mapnik::Map m(256, 256);
|
||||
|
|
Loading…
Reference in a new issue