From 73d3f770882d73f7c3814a4dc95cde1b2055fbda Mon Sep 17 00:00:00 2001 From: Ajax Date: Tue, 28 Apr 2015 09:08:42 +0200 Subject: Example: Add an example "rename-args" argument for depgraph --- test/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index 07e1c509..c3367d43 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -322,7 +322,7 @@ class ExampleSymbolExec(Example): testset += ExampleSymbolExec(["single_instr.py"]) for options, nb_sol in [([], 8), - (["-i"], 12)]: + (["-i", "--rename-args"], 12)]: testset += ExampleSymbolExec(["depgraph.py", Example.get_sample("simple_test.bin"), "-m", "x86_32", "0x0", "0x8b", -- cgit 1.4.1