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.

llvm-svn: 360452

clang/test/Driver/nozlibcompress.c

index 41e1794..9a704e7 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