]> granicus.if.org Git - clang/commitdiff
[clang] add REQUIRES: linux to driver test case
authorBrian Cain <bcain@quicinc.com>
Thu, 8 Aug 2019 20:12:54 +0000 (20:12 +0000)
committerBrian Cain <bcain@quicinc.com>
Thu, 8 Aug 2019 20:12:54 +0000 (20:12 +0000)
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

test/Driver/as-no-warnings.c

index 2c5bfbe49fbca818ea15b31dea9cc8f88b4a28e7..a63a560eeb691511f3f16de210d2124a44d4ca0f 100644 (file)
@@ -7,6 +7,7 @@
 
 // REQUIRES: clang-driver
 // REQUIRES: x86-registered-target
+// REQUIRES: linux
 
 // CHECK: "-cc1" {{.*}} "-massembler-no-warn"
 // CHECK-NOIAS: "--no-warn"