Skip to content

Commit 6d6d85c

Browse files
authored
Fix typo in node exclusion for exceptions (#22025)
1 parent 7e79633 commit 6d6d85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9001,7 +9001,7 @@ def test_exceptions_stack_trace_and_message(self):
90019001
@with_all_eh_sjlj
90029002
def test_exceptions_rethrow_stack_trace_and_message(self):
90039003
self.emcc_args += ['-g']
9004-
if '-fwasm-excpeptions' in self.emcc_args:
9004+
if '-fwasm-exceptions' in self.emcc_args:
90059005
# FIXME Node v18.13 (LTS as of Jan 2023) has not yet implemented the new
90069006
# optional 'traceStack' option in WebAssembly.Exception constructor
90079007
# (https://developer.mozilla.org/en-US/docs/WebAssembly/JavaScript_interface/Exception/Exception)

0 commit comments

Comments
 (0)