[NFC] Adding "REQUIRES: zlib" to a llvm-objcopy test for bots without zlib.

M    test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test

llvm-svn: 343454
This commit is contained in:
Puyan Lotfi 2018-10-01 10:50:23 +00:00
parent 329fc143fd
commit 06e65cae4a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# REQUIRES: zlib
# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
# RUN: not llvm-objcopy --compress-debug-sections=zlib --decompress-debug-sections %t.o 2>&1 | FileCheck %s