fix test_load_rom_ibm_logo
This commit is contained in:
parent
89056dc031
commit
14cbf155fc
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ mod tests {
|
|||
#[test]
|
||||
fn test_load_rom_ibm_logo() {
|
||||
// Setup
|
||||
let mut file = File::open("../../roms/ibm-logo.ch8").expect("Failed to test open ROM");
|
||||
let mut file = File::open("../roms/ibm-logo.ch8").expect("Failed to test open ROM");
|
||||
let mut rom_file_data: [u8; 132] = [0; 132];
|
||||
file.read(&mut rom_file_data)
|
||||
.expect("Failed to read test ROM");
|
||||
|
|
Loading…
Reference in a new issue