1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Restore 1000 test count.

This commit is contained in:
Thomas Harte 2022-06-14 22:02:53 -04:00
parent d91f8a264e
commit 6cc41d6dda

View File

@ -313,7 +313,7 @@ template <typename M68000> struct Tester {
}
// Test each 1000 times.
for(int test = 0; test < 10; test++) {
for(int test = 0; test < 1000; test++) {
++testsRun;
// Establish with certainty the initial memory state.