Skip to content

Commit

Permalink
Add tests for @b:
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 23, 2015
1 parent c207388 commit e8cf6e7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions t/cmd_pi
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,27 @@ EXPECT='200
200
'
run_test

NAME='tmpbits'
CMDS='
e asm.arch=x86
e asm.bits=64
p8 1 @b:32
e asm.bits
'
EXPECT='00
64
'
run_test

NAME='tmpbits'
CMDS='
e asm.arch=x86
e asm.bits=32
p8 1 @b:64
e asm.bits
'
EXPECT='00
32
'
run_test

0 comments on commit e8cf6e7

Please sign in to comment.