Skip to content

Commit

Permalink
Forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Apr 5, 2024
1 parent 4c1b973 commit 7e19f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_decompilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def func_hit(*args, **kwargs): hits[args[0].__class__].append(args[0])
main.stack_vars[-24].name = "named_char_array"
main.stack_vars[-12].name = "named_int"
deci.functions[func_addr] = main
first_changed_sv = hits[StackVariable][0]
#first_changed_sv = hits[StackVariable][0]
#assert first_changed_sv.name == main.stack_vars[-24].name
#assert len(hits[StackVariable]) == 2

Expand Down

0 comments on commit 7e19f5b

Please sign in to comment.