mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
[llvm-cov] Drop another redundant 'No.' suffix
llvm-svn: 281872
This commit is contained in:
parent
36110a2aff
commit
c6a118fd20
@ -10,7 +10,7 @@ HTML: <h2>Coverage Report</h2>
|
||||
HTML: <h4>Created:{{.*}}</h4>
|
||||
HTML-FILE: <pre>{{.*}}showProjectSummary.cpp (Binary: showProjectSummary.covmapping)</pre>
|
||||
HTML-FUNCTION: <pre>main</pre>
|
||||
HTML-HEADER: <td><pre>Line No.</pre></td>
|
||||
HTML-HEADER: <td><pre>Line</pre></td>
|
||||
HTML-HEADER: <td><pre>Count</pre></td>
|
||||
HTML-HEADER: <td><pre>Source (<a href='#L8'>jump to first uncovered line</a>)</pre></td>
|
||||
HTML-FOOTER: <h5>Generated by llvm-cov{{.*}}</h5>
|
||||
|
@ -620,7 +620,7 @@ void SourceCoverageViewHTML::renderTableHeader(raw_ostream &OS,
|
||||
}
|
||||
|
||||
renderLinePrefix(OS, ViewDepth);
|
||||
OS << tag("td", tag("pre", "Line No.")) << tag("td", tag("pre", "Count"))
|
||||
OS << tag("td", tag("pre", "Line")) << tag("td", tag("pre", "Count"))
|
||||
<< SourceLabel;
|
||||
renderLineSuffix(OS, ViewDepth);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user