about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2016-07-30 00:12:33 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2016-08-30 11:08:16 +0200
commitd441330ab409cfb0a8d3e0ebcfccafef54c32cd0 (patch)
treeb0dda66bbed78a243b6d32ec8760dd69ec5e367a /test/test_all.py
parentf2a9a353b32bf59a06b8738ab05e1d20109f71c9 (diff)
downloadmiasm-d441330ab409cfb0a8d3e0ebcfccafef54c32cd0.tar.gz
miasm-d441330ab409cfb0a8d3e0ebcfccafef54c32cd0.zip
Jitter: code generator rework
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 35f081de..a487900f 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -232,8 +232,7 @@ for script in ["modint.py",
                ]:
     testset += RegressionTest([script], base_dir="expression")
 ## IR
-for script in ["ir2C.py",
-               "symbexec.py",
+for script in ["symbexec.py",
                ]:
     testset += RegressionTest([script], base_dir="ir")
 testset += RegressionTest(["analysis.py"], base_dir="ir",