Fix coverage test on Windows bot

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318559 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Kleckner 2017-11-17 21:55:23 +00:00
parent 2609dad5c8
commit a007e4f0ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Test coverage flag. // Test coverage flag.
// REQUIRES: system-windows // 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: error:
// CLANG-CL-COVERAGE-NOT: warning: // CLANG-CL-COVERAGE-NOT: warning:
// CLANG-CL-COVERAGE-NOT: argument unused // CLANG-CL-COVERAGE-NOT: argument unused