Skip to content

Commit

Permalink
enable printing all features in test_dwarf
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff committed Dec 20, 2024
1 parent 22600c1 commit c20eee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7801,7 +7801,7 @@ def get_dwarf_addr(line, col):

# Get the wat, printing with -g which has binary offsets
wat = self.run_process([Path(building.get_binaryen_bin(), 'wasm-opt'),
wasm_filename, '-g', '--print'], stdout=PIPE).stdout
wasm_filename, '-g', '--print', '-all'], stdout=PIPE).stdout

# We expect to see a pattern like this in optimized builds (there isn't
# much that can change with such calls to JS (they can't be reordered or
Expand Down

0 comments on commit c20eee9

Please sign in to comment.