From: Brian Cain Date: Thu, 8 Aug 2019 20:12:54 +0000 (+0000) Subject: [clang] add REQUIRES: linux to driver test case X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5951fef1e206d200c5f52ec605991ecaba562e1b;p=clang [clang] add REQUIRES: linux to driver test case The test case explicitly leverages linux, so should include it as a test requirement. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368334 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/as-no-warnings.c b/test/Driver/as-no-warnings.c index 2c5bfbe49f..a63a560eeb 100644 --- a/test/Driver/as-no-warnings.c +++ b/test/Driver/as-no-warnings.c @@ -7,6 +7,7 @@ // REQUIRES: clang-driver // REQUIRES: x86-registered-target +// REQUIRES: linux // CHECK: "-cc1" {{.*}} "-massembler-no-warn" // CHECK-NOIAS: "--no-warn"