diff options
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index 4e530669..895dbdac 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -243,7 +243,7 @@ class ExampleDisassembler(Example): for script, prods in [(["single_instr.py"], []), (["function.py"], ["graph.txt"]), (["file.py", Example.get_sample("box_upx.exe"), - "0x410f90"], ["graph.txt"]), + "0x407570"], ["graph.txt"]), (["full.py", Example.get_sample("box_upx.exe")], ["graph_execflow.txt", "lines.txt"]), ]: |