From: Paul Robinson Date: Fri, 10 May 2019 18:32:53 +0000 (+0000) Subject: Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two ways X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69f10062ab629f12d111e538a4f1acb6d66327d4;p=clang Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two ways to say the same thing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360452 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/nozlibcompress.c b/test/Driver/nozlibcompress.c index 41e1794ad9..9a704e70bc 100644 --- a/test/Driver/nozlibcompress.c +++ b/test/Driver/nozlibcompress.c @@ -1,4 +1,4 @@ -// REQUIRES: nozlib +// REQUIRES: !zlib // RUN: %clang -### -fintegrated-as -gz -c %s 2>&1 | FileCheck %s -check-prefix CHECK-WARN // RUN: %clang -### -fintegrated-as -gz=none -c %s 2>&1 | FileCheck -allow-empty -check-prefix CHECK-NOWARN %s