From 69f10062ab629f12d111e538a4f1acb6d66327d4 Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Fri, 10 May 2019 18:32:53 +0000 Subject: [PATCH] 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 --- test/Driver/nozlibcompress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0