From: Reid Kleckner Date: Fri, 17 Nov 2017 21:55:23 +0000 (+0000) Subject: Fix coverage test on Windows bot X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a007e4f0ca08cd94d152364579367f843e27a3e7;p=clang Fix coverage test on Windows bot git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318559 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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