We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FIXME
1 parent 2747b2a commit 1f46cb4Copy full SHA for 1f46cb4
test/test_core.py
@@ -1509,10 +1509,6 @@ def test_exceptions_rethrow_missing(self):
1509
def test_EXPORT_EXCEPTION_HANDLING_HELPERS(self):
1510
self.set_setting('ASSERTIONS', 0)
1511
self.set_setting('EXPORT_EXCEPTION_HANDLING_HELPERS')
1512
- # FIXME Temporary workaround. See 'FIXME' in the test source code below for
1513
- # details.
1514
- if self.get_setting('DISABLE_EXCEPTION_CATCHING') == 0:
1515
- self.cflags.append('-D__USING_EMSCRIPTEN_EXCEPTION__')
1516
1517
self.maybe_closure()
1518
create_file('main.cpp', '''
0 commit comments