diff options
Diffstat (limited to 'test/ELF/lto/drop-debug-info.ll')
-rw-r--r-- | test/ELF/lto/drop-debug-info.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/lto/drop-debug-info.ll b/test/ELF/lto/drop-debug-info.ll index 7a7ed5ea41d1..27c0260080eb 100644 --- a/test/ELF/lto/drop-debug-info.ll +++ b/test/ELF/lto/drop-debug-info.ll @@ -5,5 +5,5 @@ ; ; RUN: ld.lld -m elf_x86_64 -shared %p/Inputs/drop-debug-info.bc \ ; RUN: -disable-verify 2>&1 | FileCheck %s -; CHECK: warning: ignoring debug info with an invalid version (1) in {{.*}}drop-debug-info.bc +; CHECK: ignoring debug info with an invalid version (1) in {{.*}}drop-debug-info.bc |