[llvm-cov] Drop another redundant 'No.' suffix
llvm-svn: 281872
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user