Commit 75fd939b authored by Shoaib Meenai's avatar Shoaib Meenai
Browse files

[ELF] Adjust test to work for zlib 1.2.8

The previous data had the same length with compression levels 1 and 6
for zlib 1.2.8. Adjust the test to work for this library version. I've
also tested this with zlib 1.2.7 and zlib 1.2.11.
parent 1260ea74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

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

## A little arbitrary debug section which has a different size after
## applying compression of level 1 and 6.
@@ -35,4 +35,4 @@ FileHeader:
Sections:
  - Name:    .debug_info
    Type:    SHT_PROGBITS
    Content: '01010201020201020102'
    Content: '010101010101010201010201'