diff options
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", |