[lit] Remove LitTestCase
[llvm-complete.git] / test / tools / llvm-objcopy / ELF / remove-shstrtab-error.test
blob1ce6f5db9cda089fb579a51e2d5babbb3814b42c
1 # RUN: yaml2obj %s > %t
2 # RUN: not llvm-objcopy -R .shstrtab %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: Cannot write section header table because section header string table was removed.