Skip to content

Commit e077f4a

Browse files
MaskRaytstellar
authored andcommitted
[ELF][test] Fix compressed-debug-level.test with zlib-ng
The test is brittle but it seems unnecessary to remove size check now. Close #56222 (cherry picked from commit 876af56)
1 parent fc03fad commit e077f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/compressed-debug-level.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Here we check how -O flag affects the size of compressed sections produced.
2121

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

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

0 commit comments

Comments
 (0)