Skip to content

Commit

Permalink
Update test to remove deprecated argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Eggbertx committed Mar 25, 2024
1 parent 13162bf commit 734d0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/chip8_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Chip8Test : public ::testing::Test {
}

void step() {
doCycle(&chip8, 1);
doCycle(&chip8);
}
};
}
Expand Down

0 comments on commit 734d0c0

Please sign in to comment.