diff options
author | max99x <max99x@gmail.com> | 2011-07-08 07:17:35 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-07-08 07:23:03 +0300 |
commit | 9cfc7d9e9d17b449bb621594b1a7435fc7b4f1df (patch) | |
tree | d5b0f0fff1816779ed2928f97b022d2b017390a4 /tests/runner.py | |
parent | eef9e588e00a0f22f5ca66e8925c26bfd22b38d0 (diff) |
Added a test for unannotated LL.
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 3 |
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'] |