Skip to content

Commit

Permalink
Fix signature type test
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Apr 6, 2021
1 parent c9b1c38 commit 96ad08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/db/cmd/cmd_zignature
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,7 @@ FILE=bins/elf/ls
CMDS=<<EOF
zs *
za main o 0x00004070
za main t func.sym.new_function_name.ret=int func.sym.new_function_name.args=2 func.sym.new_function_name.arg.0=\"int,NEWARGC\" func.sym.new_function_name.arg.1=\"char **,NEWARGV\"
za main t func.sym.new_function_name.ret=int func.sym.new_function_name.args=2 func.sym.new_function_name.arg.0="\"int,NEWARGC\"" func.sym.new_function_name.arg.1="\"char **,NEWARGV\""
za main n sym.new_function_name
s main
af
Expand Down

0 comments on commit 96ad08b

Please sign in to comment.