diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-22 12:29:38 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-22 12:29:38 -0800 |
commit | 2c14a7b749fff05b62bdb69afff9de7dfff96572 (patch) | |
tree | 4858a63ff03d30b1bbbad0b243702e5f67c46ed4 /tests/runner.py | |
parent | dd979ed995ce4a82b505fba2f29a8f32dc900bdd (diff) |
use libcxxabi for dynamic_cast
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 92ca7f48..428c1e98 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -1674,6 +1674,8 @@ if 'benchmark' not in str(sys.argv) and 'sanity' not in str(sys.argv): self.do_run(src, '*11,74,32,1012*\n*11*\n*22*') def test_dynamic_cast(self): + if self.emcc_args is None: return self.skip('need libcxxabi') + src = r''' #include <stdio.h> |