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.
1 parent e6dcb15 commit ba1f57dCopy full SHA for ba1f57d
test/test_other.py
@@ -10220,7 +10220,7 @@ def test_separate_dwarf(self):
10220
with webassembly.Module('subdir/output.wasm.debug.wasm') as debug_wasm:
10221
if not debug_wasm.has_name_section():
10222
self.fail('name section not found in separate dwarf file')
10223
- for sec in debug_wasm.sections():
+ for _sec in debug_wasm.sections():
10224
# TODO(https://github.com/emscripten-core/emscripten/issues/13084):
10225
# Re-enable this code once the debugger extension can handle wasm files
10226
# with name sections but no code sections.
0 commit comments