Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Moynes committed Dec 1, 2023
1 parent 94daa29 commit 01334b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/monitor/traps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,17 @@ func TestTrap_Out(tt *testing.T) {
if err != nil {
t.Errorf("Step error %s", err)
cancel()

break
} else if machine.PC > 0x3001 {
t.Log("Stepped to user code")
cancel()

break
} else if !machine.MCR.Running() {
t.Log("Machine stopped")
cancel()

break
}
}
Expand Down

0 comments on commit 01334b7

Please sign in to comment.