From ca89042f13e08a5c7326895b4c43470c60012c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Garc=C3=ADa=20Pe=C3=B1a?= Date: Thu, 24 Nov 2016 21:32:20 +0100 Subject: [PATCH] Fixed test (#638) --- t.anal/avr/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t.anal/avr/functions b/t.anal/avr/functions index dfc9d9fd..606b3e01 100755 --- a/t.anal/avr/functions +++ b/t.anal/avr/functions @@ -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