Skip to content

Commit f8375b9

Browse files
authored
Typo fix in other.test_exceptions_stack_trace_and_message_wasm (#21656)
This typo was introduced in #21559.
1 parent da938aa commit f8375b9

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
@@ -8818,7 +8818,7 @@ def test_exceptions_stack_trace_and_message(self):
88188818
'at (src.wasm.)?foo',
88198819
'at (src.wasm.)?main']
88208820

8821-
if '-fwasm-excpeptions' in self.emcc_args:
8821+
if '-fwasm-exceptions' in self.emcc_args:
88228822
# FIXME Node v18.13 (LTS as of Jan 2023) has not yet implemented the new
88238823
# optional 'traceStack' option in WebAssembly.Exception constructor
88248824
# (https://developer.mozilla.org/en-US/docs/WebAssembly/JavaScript_interface/Exception/Exception)

0 commit comments

Comments
 (0)