Skip to content

Commit bb067db

Browse files
committed
Rebase fixes
1 parent 9bf6c80 commit bb067db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ set(OTHER_SOURCE_FILES
297297
src/apps/testapps/testMathExtensionsInternal.c
298298
src/apps/testapps/testDescribeH3Error.c
299299
src/apps/testapps/testGeoLoopArea.c
300-
srs/apps/testapps/testSphereCap.c
300+
src/apps/testapps/testSphereCap.c
301301
src/apps/miscapps/cellToBoundaryHier.c
302302
src/apps/miscapps/cellToLatLngHier.c
303303
src/apps/miscapps/generateBaseCellNeighbors.c

src/apps/testapps/testH3Memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ SUITE(h3Memory) {
433433
"Should fail with memory error before success");
434434
}
435435
}
436-
436+
437437
TEST(polygonToCellsExperimentalGeodesic) {
438438
sfGeoPolygon.geoloop = sfGeoLoop;
439439
sfGeoPolygon.numHoles = 0;

0 commit comments

Comments
 (0)