diff options
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 3 |
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> |