Skip to content

Commit

Permalink
Fixed test (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
killabytenow authored and radare committed Nov 24, 2016
1 parent 228dbb5 commit ca89042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t.anal/avr/functions
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ for a in . .. ../.. ; do [ -e $a/tests.sh ] && . $a/tests.sh ; done
PLUGIN=avr

NAME="avr functions"
BROKEN=1
FILE=../../bins/firmware/arduino_avr.bin
CMDS="
e asm.arch=avr
aaa
axt 0x28a
"
EXPECT='C 0x00000328 jmp fcn.0000029e
EXPECT='code 0x328 jmp 0x28a in fcn.0000029e
'
run_test

Expand Down

0 comments on commit ca89042

Please sign in to comment.