Fix build errors.

PiperOrigin-RevId: 278310119
This commit is contained in:
Victor Costan
2019-11-03 23:22:24 -08:00
committed by Victor Costan
parent eb2eb73e6b
commit c9212708b2
3 changed files with 16 additions and 14 deletions

View File

@@ -187,7 +187,7 @@ std::string ReadTestDataFile(const std::string& base);
// A sprintf() variant that returns a std::string.
// Not safe for general use due to truncation issues.
std::string StringPrintf(const char* format, ...);
std::string StrFormat(const char* format, ...);
// A wall-time clock. This stub is not super-accurate, nor resistant to the
// system time changing.