diff options
| author | Ajax <commial@gmail.com> | 2015-10-09 17:29:37 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-10-09 17:29:37 +0200 |
| commit | 65b75a1613ff6acc9d560866215a8368f4b470d4 (patch) | |
| tree | 8a2bfbd7131823c51444cc54fc3771f5f69f8282 /test/test_all.py | |
| parent | cbb7a7bb62734b9a5ca2d2a126b060c8c7b72588 (diff) | |
| download | miasm-65b75a1613ff6acc9d560866215a8368f4b470d4.tar.gz miasm-65b75a1613ff6acc9d560866215a8368f4b470d4.zip | |
TestAll: `sol_10` and `sol_11` do not exist anymore
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 2f4efc88..a97a27d8 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -343,7 +343,7 @@ class ExampleSymbolExec(Example): testset += ExampleSymbolExec(["single_instr.py"]) for options, nb_sol, tag in [([], 8, []), - (["-i", "--rename-args"], 12, [TAGS["z3"]])]: + (["-i", "--rename-args"], 10, [TAGS["z3"]])]: testset += ExampleSymbolExec(["depgraph.py", Example.get_sample("simple_test.bin"), "-m", "x86_32", "0x0", "0x8b", |