Skip to content

Commit

Permalink
dism: Update broken test after changing casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Granddave committed Jan 3, 2024
1 parent 9317cf6 commit e657353
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/disassembler/listing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ mod tests {
let expected = " Addr Hexdump Instructions
-----------------------------
0x8000 20 06 80 JSR $8006
0x8003 A9 01 LDA #$01
0x8005 AD 00 02 LDA $0200
0x8008 BD 00 02 LDA $0200,X
0x8003 a9 01 LDA #$01
0x8005 ad 00 02 LDA $0200
0x8008 bd 00 02 LDA $0200,X
";

assert_eq!(listing.generate(), expected);
Expand Down

0 comments on commit e657353

Please sign in to comment.