mirror of https://github.com/microsoft/clang.git
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:
parent
2609dad5c8
commit
a007e4f0ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue