about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-10-09 17:29:37 +0200
committerAjax <commial@gmail.com>2015-10-09 17:29:37 +0200
commit65b75a1613ff6acc9d560866215a8368f4b470d4 (patch)
tree8a2bfbd7131823c51444cc54fc3771f5f69f8282 /test/test_all.py
parentcbb7a7bb62734b9a5ca2d2a126b060c8c7b72588 (diff)
downloadmiasm-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.py2
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",