Skip to content

Commit

Permalink
Fix failing test using that was using e multiple assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
treseco committed Apr 21, 2024
1 parent f6e651f commit 6bf3b8e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/db/archos/linux-x64/dbg_bps
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,15 @@ NAME=read core->block on short move
FILE=bins/elf/analysis/x64-loop
ARGS=-d
CMDS=<<EOF
e scr.color=0 asm.offset=false asm.flags=false asm.functions=false asm.lines=false asm.fcn.size=false asm.comments=false asm.debuginfo=false asm.indent=false
e scr.color=0
e asm.offset=false
e asm.flags=false
e asm.functions=false
e asm.lines=false
e asm.fcn.size=false
e asm.comments=false
e asm.debuginfo=false
e asm.indent=false
dcu main
pd 5
dbH @i:2
Expand Down

0 comments on commit 6bf3b8e

Please sign in to comment.