Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bhess committed May 7, 2024
1 parent d8add9b commit c763c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bench_mayo_table3.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int main(int argc, char *argv[]) {
goto end;
}
int runs = atoi(argv[1]);
rc = bench_sig(&MAYO_VARIANT, runs, 0);
rc = bench_sig(0, runs, 0);
#endif


Expand Down

0 comments on commit c763c6a

Please sign in to comment.