diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/remove-shstrtab-error.test')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/remove-shstrtab-error.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/remove-shstrtab-error.test b/llvm/test/tools/llvm-objcopy/remove-shstrtab-error.test index 1ce6f5db9cd..7d297ef8fe2 100644 --- a/llvm/test/tools/llvm-objcopy/remove-shstrtab-error.test +++ b/llvm/test/tools/llvm-objcopy/remove-shstrtab-error.test @@ -8,4 +8,4 @@ FileHeader: Type: ET_REL Machine: EM_X86_64 -# CHECK: Cannot write section header table because section header string table was removed. +# CHECK: Cannot remove .shstrtab because it is the section header string table. |