Skip to content

Commit

Permalink
Back to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Feb 13, 2024
1 parent 1e16db1 commit 9e52f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stresstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ int main(void) {

sizes[TESTS - 1] = MAXSIZE;

for (i = 0; i < 2; i++) {
for (i = 0; i < 1; i++) {
int result = run_tests(sizes, TESTS, i);

if (result) {
Expand Down

0 comments on commit 9e52f80

Please sign in to comment.