From a007e4f0ca08cd94d152364579367f843e27a3e7 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Fri, 17 Nov 2017 21:55:23 +0000 Subject: [PATCH] Fix coverage test on Windows bot git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318559 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/coverage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/coverage.c b/test/Driver/coverage.c index 9cfba81f07..f6bfbfb5f6 100644 --- a/test/Driver/coverage.c +++ b/test/Driver/coverage.c @@ -1,7 +1,7 @@ // Test coverage flag. // REQUIRES: system-windows // -// RUN: %clang_cl -### -coverage %s -o foo/bar.o 2>&1 | FileCheck -check-prefix=CLANG-CL-COVERAGE %s +// RUN: %clang_cl -Wno-msvc-not-found -### -coverage %s -o foo/bar.o 2>&1 | FileCheck -check-prefix=CLANG-CL-COVERAGE %s // CLANG-CL-COVERAGE-NOT: error: // CLANG-CL-COVERAGE-NOT: warning: // CLANG-CL-COVERAGE-NOT: argument unused -- 2.50.1