]> granicus.if.org Git - clang/commitdiff
Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two ways
authorPaul Robinson <paul.robinson@sony.com>
Fri, 10 May 2019 18:32:53 +0000 (18:32 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Fri, 10 May 2019 18:32:53 +0000 (18:32 +0000)
to say the same thing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360452 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/nozlibcompress.c

index 41e1794ad9c3949056ae74434a640a951b149a15..9a704e70bc1714546aa40d6fe0db4666ca7e647d 100644 (file)
@@ -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