Skip to content

Commit

Permalink
Update test for GEOSLineSubstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston authored and pramsey committed Oct 24, 2024
1 parent 6b78a22 commit c64f56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/capi/GEOSLineSubstringTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void object::test<8>
// https://github.com/libgeos/geos/issues/1077
template<>
template<>
void object::test<8>
void object::test<9>
()
{
input_ = fromWKT("LINESTRING EMPTY");
Expand All @@ -152,7 +152,7 @@ void object::test<8>

template<>
template<>
void object::test<9>
void object::test<10>
()
{
input_ = fromWKT("POLYGON ((0 0, 1 0, 1 1, 0 0))");
Expand Down

0 comments on commit c64f56f

Please sign in to comment.