diff options
Diffstat (limited to 'test/tools/llvm-cov/zeroFunctionFile.c')
-rw-r--r-- | test/tools/llvm-cov/zeroFunctionFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/llvm-cov/zeroFunctionFile.c b/test/tools/llvm-cov/zeroFunctionFile.c index 87b6ecd3abb3..d5b983efb817 100644 --- a/test/tools/llvm-cov/zeroFunctionFile.c +++ b/test/tools/llvm-cov/zeroFunctionFile.c @@ -13,7 +13,7 @@ int main() { // REPORT: 0 0 - 0 0 - 0 0 - 0 0 - // REPORT-NO: 0% -// RUN: llvm-cov show %S/Inputs/zeroFunctionFile.covmapping -format html -instr-profile %t.profdata -o %t.dir +// RUN: llvm-cov show -j 1 %S/Inputs/zeroFunctionFile.covmapping -format html -instr-profile %t.profdata -o %t.dir // RUN: FileCheck %s -input-file=%t.dir/index.html -check-prefix=HTML // HTML: <td class='column-entry-green'><pre>- (0/0) // HTML-NO: 0.00% (0/0) |