diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-21 16:08:14 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-21 16:08:14 -0800 |
commit | 5eb9b325a392cc0ebf9761590a64ecde9f875f64 (patch) | |
tree | 5f1f5b1f9747b3a9b616d0dafc687f8578cd839c /tests/runner.py | |
parent | 2762b895286b4c7b15d9108d3d4fc56b07eb4d45 (diff) |
move test for issue 39 into test_cases
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/runner.py b/tests/runner.py index 286f9f14..ed3b8787 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -807,10 +807,6 @@ if 'benchmark' not in str(sys.argv) and 'sanity' not in str(sys.argv): ''' self.do_run(src, '*yes*') - # Test for issue 39 - if not Building.LLVM_OPTS: - self.do_ll_run(path_from_root('tests', 'issue_39.ll'), '*yes*') - def test_if_else(self): src = ''' #include <stdio.h> |