summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/coverage.c
diff options
context:
space:
mode:
authorDavid L. Jones <dlj@google.com>2017-11-08 20:03:11 +0000
committerDavid L. Jones <dlj@google.com>2017-11-08 20:03:11 +0000
commitdb9d254c1a94a9b3e347d65c5d0ad7d291c954a0 (patch)
treeba9a77860f54badd26c25c8b2949a0d319ee0498 /clang/test/Driver/coverage.c
parent0cfd530b2b616c2c57d0ce2b679060b5629a996b (diff)
downloadbcm5719-llvm-db9d254c1a94a9b3e347d65c5d0ad7d291c954a0.tar.gz
bcm5719-llvm-db9d254c1a94a9b3e347d65c5d0ad7d291c954a0.zip
Add a missing "REQUIRES: system-windows" to a Windows-only test.
This un-breaks builds on other platforms. Otherwise, they fail due to warnings like: warning: unable to find a Visual Studio installation; try running Clang from a developer command prompt [-Wmsvc-not-found] llvm-svn: 317716
Diffstat (limited to 'clang/test/Driver/coverage.c')
-rw-r--r--clang/test/Driver/coverage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Driver/coverage.c b/clang/test/Driver/coverage.c
index 339c4a3f366..9cfba81f072 100644
--- a/clang/test/Driver/coverage.c
+++ b/clang/test/Driver/coverage.c
@@ -1,4 +1,5 @@
// Test coverage flag.
+// REQUIRES: system-windows
//
// RUN: %clang_cl -### -coverage %s -o foo/bar.o 2>&1 | FileCheck -check-prefix=CLANG-CL-COVERAGE %s
// CLANG-CL-COVERAGE-NOT: error:
OpenPOWER on IntegriCloud