Skip to content

Commit ace1eaa

Browse files
committed
Fixed broken test
1 parent f5d37ff commit ace1eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpm/cpm_bdos_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ func TestFileOpen(t *testing.T) {
12881288
if err != nil {
12891289
t.Fatalf("failed to open file: err")
12901290
}
1291-
if c.CPU.States.HL.Lo != 0xFF {
1291+
if c.CPU.States.HL.Lo != 0x00 {
12921292
t.Fatalf("failed to open file: A=%02X", c.CPU.States.AF.Hi)
12931293
}
12941294

0 commit comments

Comments
 (0)