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 d1fc18e commit 66c8141Copy full SHA for 66c8141
tests/test_other.py
@@ -8615,7 +8615,7 @@ def test_separate_dwarf(self):
8615
for sec in debug_wasm.sections():
8616
if sec.type == webassembly.SecType.CODE:
8617
self.fail(f'section of type "{sec.type}" found in separate dwarf file')
8618
- if sec.name and sec.name != 'name' and not sec.name.startswith('.debug') :
+ if sec.name and sec.name != 'name' and not sec.name.startswith('.debug'):
8619
self.fail(f'non-debug section "{sec.name}" found in separate dwarf file')
8620
8621
# Check that dwarfdump can dump the debug info
0 commit comments