From d441330ab409cfb0a8d3e0ebcfccafef54c32cd0 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Sat, 30 Jul 2016 00:12:33 +0200 Subject: Jitter: code generator rework --- test/test_all.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_all.py') 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", -- cgit 1.4.1