Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Oct 12, 2020
1 parent 5c6fb6b commit b99084b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions i8080_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ int main(void) {
}

i8080 cpu;
run_test(&cpu, "cpu_tests/TST8080.com", 4924LU);
run_test(&cpu, "cpu_tests/CPUTEST.com", 255653383LU);
run_test(&cpu, "cpu_tests/8080PRE.com", 7817LU);
run_test(&cpu, "cpu_tests/8080EXM.com", 23803381171LU);
run_test(&cpu, "cpu_tests/TST8080.COM", 4924LU);
run_test(&cpu, "cpu_tests/CPUTEST.COM", 255653383LU);
run_test(&cpu, "cpu_tests/8080PRE.COM", 7817LU);
run_test(&cpu, "cpu_tests/8080EXM.COM", 23803381171LU);

free(memory);

Expand Down

0 comments on commit b99084b

Please sign in to comment.