aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-09 16:12:42 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-09 17:26:56 -0700
commitbba3cd9cf5d797a2aef02bf966d595d3ec3cbcad (patch)
tree248049b2d137addd4226dc6cb61c3cc741559b43
parent0d08f9d8a20962097346dee80d634a6afe533850 (diff)
split out dynamic cast tests
-rwxr-xr-xtests/runner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 2ce08ddd..982b6899 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2961,6 +2961,9 @@ Exiting setjmp function, level: 0, prev_jmp: -1
'''
self.do_run(src, 'f()\n')
+ def test_dynamic_cast_b(self):
+ if self.emcc_args is None: return self.skip('need libcxxabi')
+
src = '''
#include <stdio.h>