]> granicus.if.org Git - clang/commitdiff
Make nozlibcompress.c pass and reenable it.
authorNico Weber <nicolasweber@gmx.de>
Sun, 7 Feb 2016 21:32:17 +0000 (21:32 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 7 Feb 2016 21:32:17 +0000 (21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260058 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/nozlibcompress.c

index 0e4775dfced6ee751c2af69160319fbd6a121886..9986c85d79aeabc07cba7650f3b64b3f4be06a50 100644 (file)
@@ -1,10 +1,6 @@
 // RUN: %clang -c %s -Wa,--compress-debug-sections 2>&1 | FileCheck %s
-// RUN: %clang -c %s -Wa,--compress-debug-sections -Wa,--nocompress-debug-sections 2>&1 | FileCheck --check-prefix=NOWARN %s
+// RUN: %clang -c %s -Wa,--compress-debug-sections -Wa,--nocompress-debug-sections 2>&1 | FileCheck --allow-empty --check-prefix=NOWARN %s
 // REQUIRES: nozlib
 
-// FIXME: This test hasn't run until r259976 made REQUIRES: zlib work -- and
-// the test has been failing since. Figure out what's up and enable this.
-// XFAIL: *
-
 // CHECK: warning: cannot compress debug sections (zlib not installed)
 // NOWARN-NOT: warning: cannot compress debug sections (zlib not installed)