disassemble.rs: Make asm format more consistent.

This commit is contained in:
2023-03-27 18:31:18 -05:00
parent 0e91b103ed
commit b8720142c7
2 changed files with 8 additions and 7 deletions

View File

@@ -841,6 +841,7 @@ mod io {
}
/// These are a series of interpreter tests using Timendus's incredible test suite
/// TODO: These are technically integration tests, and should be moved to src/tests
mod chip8_test_suite {
use super::*;