diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test')
| -rw-r--r-- | llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test b/llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test index 80939af918d..909c6d06647 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test +++ b/llvm/test/tools/llvm-objcopy/ELF/remove-linked-section.test @@ -16,7 +16,7 @@ Sections: Type: SHT_PROGBITS Link: .foo -# ERR: Section .foo cannot be removed because it is referenced by the section .bar +# ERR: section '.foo' cannot be removed because it is referenced by the section '.bar' # RUN: llvm-objcopy --allow-broken-links -R .foo %t.o %t3 # RUN: llvm-readobj --sections %t3 | FileCheck %s --check-prefix=SECTIONS --implicit-check-not=.foo |

