[lit] Remove LitTestCase
[llvm-complete.git] / test / tools / llvm-objcopy / ELF / symtab-error-on-remove-strtab.test
blobd9603996d7f96ad23eaa5c85ae569ff1bc5c4638
1 # RUN: yaml2obj %s > %t
2 # RUN: not llvm-objcopy -R .strtab %t %t2 2>&1 >/dev/null | FileCheck %s
4 !ELF
5 FileHeader:
6   Class:           ELFCLASS64
7   Data:            ELFDATA2LSB
8   Type:            ET_REL
9   Machine:         EM_X86_64
11 # CHECK: String table .strtab cannot be removed because it is referenced by the symbol table .symtab