aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 225e6671..62aab94d 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2673,6 +2673,9 @@ if 'benchmark' not in sys.argv:
# This test *should* fail
assert 'Assertion failed' in str(e), str(e)
+ def test_unannotated(self):
+ self.do_ll_test(path_from_root('tests', 'unannotated.ll'), 'test\n')
+
def test_linespecific(self):
global COMPILER_TEST_OPTS; COMPILER_TEST_OPTS = ['-g']