diff --git a/test/test_core.py b/test/test_core.py index 8d225d54a50d9..bee9b7384fb6a 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -1509,10 +1509,6 @@ def test_exceptions_rethrow_missing(self): def test_EXPORT_EXCEPTION_HANDLING_HELPERS(self): self.set_setting('ASSERTIONS', 0) self.set_setting('EXPORT_EXCEPTION_HANDLING_HELPERS') - # FIXME Temporary workaround. See 'FIXME' in the test source code below for - # details. - if self.get_setting('DISABLE_EXCEPTION_CATCHING') == 0: - self.cflags.append('-D__USING_EMSCRIPTEN_EXCEPTION__') self.maybe_closure() create_file('main.cpp', '''