diff options
| author | Camille Mougey <commial@gmail.com> | 2016-08-30 13:25:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-30 13:25:15 +0200 |
| commit | 5b1d3da254338e5d90923fcfb45951c5716443fd (patch) | |
| tree | 801a49eaea699e4a31dfd42697257975ecc48e55 /test/test_all.py | |
| parent | f2a9a353b32bf59a06b8738ab05e1d20109f71c9 (diff) | |
| parent | 4bef63df7266291afae96aae01f2a33dfb74a432 (diff) | |
| download | miasm-5b1d3da254338e5d90923fcfb45951c5716443fd.tar.gz miasm-5b1d3da254338e5d90923fcfb45951c5716443fd.zip | |
Merge pull request #408 from serpilliere/clean_jitter_codegen
Clean jitter codegen
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 3 |
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", |