[sancov] typo fix

llvm-svn: 263849
This commit is contained in:
Mike Aizatsky 2016-03-18 22:46:10 +00:00
parent 2207353346
commit 7f7cca15ea

View File

@ -1049,8 +1049,8 @@ public:
}
void printReport(raw_ostream &OS) const {
auto Title = std::string(llvm::sys::path::filename(MainObjFile) +
" Coverage Report");
auto Title =
(llvm::sys::path::filename(MainObjFile) + " Coverage Report").str();
OS << "<html>\n";
OS << "<head>\n";