Unit tests - fix #endif statement (via @bgardner-noggin)
This commit is contained in:
parent
5f327ff3c8
commit
3d172b94f7
1 changed files with 1 additions and 1 deletions
|
@ -304,6 +304,6 @@ TEST_CASE("projection transform")
|
||||||
CHECK(points[1].y == Approx(-39.283333));
|
CHECK(points[1].y == Approx(-39.283333));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif // MAPNIK_USE_PROJ
|
|
||||||
}
|
}
|
||||||
|
#endif // MAPNIK_USE_PROJ
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue