diff options
Diffstat (limited to 'test/tools/llvm-cov/warnings.h')
-rw-r--r-- | test/tools/llvm-cov/warnings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tools/llvm-cov/warnings.h b/test/tools/llvm-cov/warnings.h index 0517b6a7c875f..a06e02f92d56e 100644 --- a/test/tools/llvm-cov/warnings.h +++ b/test/tools/llvm-cov/warnings.h @@ -1,5 +1,7 @@ // RUN: llvm-cov show %S/Inputs/prevent_false_instantiations.covmapping -instr-profile %S/Inputs/elf_binary_comdat.profdata -filename-equivalence /dev/null | FileCheck %s -allow-empty -check-prefix=FAKE-FILE-STDOUT // RUN: llvm-cov show %S/Inputs/prevent_false_instantiations.covmapping -instr-profile %S/Inputs/elf_binary_comdat.profdata -filename-equivalence /dev/null 2>&1 | FileCheck %s -check-prefix=FAKE-FILE-STDERR +// RUN: not llvm-cov report %S/Inputs/prevent_false_instantiations.covmapping -instr-profile %S/Inputs/elf_binary_comdat.profdata -format=html +// RUN: not llvm-cov export %S/Inputs/prevent_false_instantiations.covmapping -instr-profile %S/Inputs/elf_binary_comdat.profdata -format=html // FAKE-FILE-STDOUT-NOT: warning: The file '{{.*}}' isn't covered. // FAKE-FILE-STDERR: warning: The file '{{.*}}' isn't covered. |