mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
781fcccf55
* Move CMDS= before EXPECT= in tests * Revert "Move CMDS= before EXPECT= in tests" This reverts commit13a9085a36
. * Move CMDS= before EXPECT= in tests, take 2 * Revert "Move CMDS= before EXPECT= in tests, take 2" This reverts commit7c0bf6d8e3
. * Move CMDS= before EXPECT= in tests, take 3 Co-authored-by: pancake <pancake@nopcode.org>
25 lines
140 B
Plaintext
25 lines
140 B
Plaintext
NAME=t/malloc
|
|
FILE=malloc://1024
|
|
CMDS=<<EOF
|
|
s 0x666
|
|
s
|
|
s 15
|
|
s
|
|
s 034
|
|
s
|
|
s 0
|
|
s+2
|
|
s -1
|
|
s
|
|
s+0x4
|
|
s
|
|
EOF
|
|
EXPECT=<<EOF
|
|
0x666
|
|
0xf
|
|
0x1c
|
|
0x1
|
|
0x5
|
|
EOF
|
|
RUN
|