(self)
| 1450 | |
| 1451 | @with_all_eh_sjlj |
| 1452 | def test_exceptions_std(self): |
| 1453 | self.clear_setting('SAFE_HEAP') |
| 1454 | self.do_core_test('test_exceptions_std.cpp') |
| 1455 | |
| 1456 | @with_all_eh_sjlj |
| 1457 | def test_exceptions_alias(self): |
nothing calls this directly
no test coverage detected