[lit] Remove LitTestCase
[llvm-complete.git] / test / tools / llvm-objcopy / ELF / compress-and-decompress-debug-sections-error.test
blob0866e2009e93ef18b8f7474c6b0237fdcca52b5a
1 # REQUIRES: zlib
3 # RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
4 # RUN: not llvm-objcopy --compress-debug-sections=zlib --decompress-debug-sections %t.o 2>&1 | FileCheck %s
6 # CHECK: Cannot specify --compress-debug-sections at the same time as --decompress-debug-sections at the same time.