Skip to content

Commit

Permalink
back to the full failing test demonstrating the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Sep 26, 2024
1 parent a3a28e6 commit d97b939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/testapps/testCompactCells.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ SUITE(compactCells) {
// However:
// Passes if numUncompacted <= 40
// Fails if numUncompacted >= 41.
int64_t numUncompacted = 40;
int64_t numUncompacted = numRes1;
t_assertSuccess(H3_EXPORT(compactCells)(cells1, out, numUncompacted));

// TODO: check that output matches cells0
Expand Down

0 comments on commit d97b939

Please sign in to comment.