fix one forgotton native()

This commit is contained in:
Mathis Logemann 2020-11-21 19:16:47 +01:00
parent f68f7e88de
commit 29cd904c5f

View file

@ -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);