diff options
Diffstat (limited to 'test/Driver/coverage.c')
-rw-r--r-- | test/Driver/coverage.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Driver/coverage.c b/test/Driver/coverage.c new file mode 100644 index 000000000000..f6bfbfb5f63b --- /dev/null +++ b/test/Driver/coverage.c @@ -0,0 +1,8 @@ +// Test coverage flag. +// REQUIRES: system-windows +// +// 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 +// CLANG-CL-COVERAGE-NOT: unknown argument |