diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test b/llvm/test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test deleted file mode 100644 index 854dfe26560..00000000000 --- a/llvm/test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test +++ /dev/null @@ -1,5 +0,0 @@ -# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o -# RUN: not llvm-objcopy --compress-debug-sections=zlib-fake %t.o 2>&1 | FileCheck %s - -# CHECK: Invalid or unsupported --compress-debug-sections format: zlib-fake. - |