diff options
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index fdf15d44..60b97b63 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -642,6 +642,10 @@ if 'benchmark' not in sys.argv: ''' self.do_test(src, '*yes*') + # Test for issue 39 + if not LLVM_OPTS: + self.do_ll_test(path_from_root('tests', 'issue_39.ll'), '*yes*') + def test_if_else(self): src = ''' #include <stdio.h> |