diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-21 09:55:01 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-21 09:55:01 -0800 |
commit | 282f297568fbdc7d347ef3cdf8a00324b39eace7 (patch) | |
tree | affa91349b69f1da2e91411a8bbcdf03082c4e26 /tests/runner.py | |
parent | 3c61023b189c412302981d6d029e21a58e9b428a (diff) | |
parent | e6f092d69f1806153571e6e808caea76f8bf5190 (diff) |
Merge pull request #265 from adetaylor/polymorphic-exception-handling
Polymorphic exception handling.
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 4db17431..c2240141 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -1572,8 +1572,6 @@ if 'benchmark' not in str(sys.argv) and 'sanity' not in str(sys.argv): self.do_run(src, 'success') def test_typed_exceptions(self): - return self.skip('TODO: fix this for llvm 3.0') - Settings.SAFE_HEAP = 0 # Throwing null will cause an ignorable null pointer access. Settings.EXCEPTION_DEBUG = 0 # Messes up expected output. src = open(path_from_root('tests', 'exceptions', 'typed.cpp'), 'r').read() |