diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-07-13 19:25:18 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-07-13 19:25:18 +0000 |
commit | ca089b24d48ef6fa8da2d0bb8c25bb802c4a95c0 (patch) | |
tree | 3a28a772df9b17aef34f49e3c727965ad28c0c93 /test/tools/llvm-cov/zeroFunctionFile.c | |
parent | 9df3605dea17e84f8183581f6103bd0c79e2a606 (diff) |
Notes
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) |