diff options
Diffstat (limited to 'test/ELF/compressed-debug-input-err.s')
| -rw-r--r-- | test/ELF/compressed-debug-input-err.s | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/compressed-debug-input-err.s b/test/ELF/compressed-debug-input-err.s index e32ba315b342d..191075e7c7c73 100644 --- a/test/ELF/compressed-debug-input-err.s +++ b/test/ELF/compressed-debug-input-err.s @@ -3,8 +3,8 @@  # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o  # RUN: not ld.lld %t.o -o %t.so -shared 2>&1 | FileCheck %s -## Check we are able to report zlib decompressor errors. -# CHECK: error: {{.*}}.o:(.zdebug_str): decompress failed: zlib error: Z_DATA_ERROR +## Check we are able to report zlib uncompress errors. +# CHECK: error: {{.*}}.o:(.debug_str): uncompress failed: zlib error: Z_DATA_ERROR  .section .zdebug_str,"MS",@progbits,1   .ascii "ZLIB"  | 
