aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-21 16:08:14 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-21 16:08:14 -0800
commit5eb9b325a392cc0ebf9761590a64ecde9f875f64 (patch)
tree5f1f5b1f9747b3a9b616d0dafc687f8578cd839c /tests
parent2762b895286b4c7b15d9108d3d4fc56b07eb4d45 (diff)
move test for issue 39 into test_cases
Diffstat (limited to 'tests')
-rw-r--r--tests/cases/issue_39.ll (renamed from tests/issue_39.ll)0
-rw-r--r--tests/cases/issue_39.txt1
-rw-r--r--tests/runner.py4
3 files changed, 1 insertions, 4 deletions
diff --git a/tests/issue_39.ll b/tests/cases/issue_39.ll
index 96460693..96460693 100644
--- a/tests/issue_39.ll
+++ b/tests/cases/issue_39.ll
diff --git a/tests/cases/issue_39.txt b/tests/cases/issue_39.txt
new file mode 100644
index 00000000..3b85d897
--- /dev/null
+++ b/tests/cases/issue_39.txt
@@ -0,0 +1 @@
+*yes*
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>