Unit tests - fix #endif statement (via @bgardner-noggin)

This commit is contained in:
Artem Pavlenko 2024-09-04 09:39:11 +01:00
parent 5f327ff3c8
commit 3d172b94f7

View file

@ -304,6 +304,6 @@ TEST_CASE("projection transform")
CHECK(points[1].y == Approx(-39.283333));
}
}
}
#endif // MAPNIK_USE_PROJ
}
}