diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/compress.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/compress.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/compress.exp b/binutils/testsuite/binutils-all/compress.exp index b4a9468..36b2a26 100644 --- a/binutils/testsuite/binutils-all/compress.exp +++ b/binutils/testsuite/binutils-all/compress.exp @@ -16,7 +16,7 @@ # Test compressed .debug section. -if { [is_remote host] || ![is_elf_format] || ![is_zlib_supported] } then { +if { [is_remote host] || ![is_elf_format] } then { return } |