Skip to content

Commit

Permalink
[ELF][test] Fix compressed-debug-level.test with zlib-ng
Browse files Browse the repository at this point in the history
The test is brittle but it seems unnecessary to remove size check now.

Close #56222

(cherry picked from commit 876af56)
  • Loading branch information
MaskRay authored and tstellar committed Jul 29, 2022
1 parent fc03fad commit e077f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/test/ELF/compressed-debug-level.test
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Here we check how -O flag affects the size of compressed sections produced.

# HEADER: [Nr] Name Type Address Off Size
# LEVEL1: [ 1] .debug_info PROGBITS 00000000 000094 00001c
# LEVEL1: [ 1] .debug_info PROGBITS 00000000 000094 00001{{[bc]}}
# LEVEL6: [ 1] .debug_info PROGBITS 00000000 000094 00001a

## A little arbitrary debug section which has a different size after
Expand Down

0 comments on commit e077f4a

Please sign in to comment.