Skip to content

Commit 1f46cb4

Browse files
authored
[test] Remove a redundant FIXME. NFC (#26010)
This became redundant after 28bcb86.
1 parent 2747b2a commit 1f46cb4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_core.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,10 +1509,6 @@ def test_exceptions_rethrow_missing(self):
15091509
def test_EXPORT_EXCEPTION_HANDLING_HELPERS(self):
15101510
self.set_setting('ASSERTIONS', 0)
15111511
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__')
15161512

15171513
self.maybe_closure()
15181514
create_file('main.cpp', '''

0 commit comments

Comments
 (0)