Fix sanitize

This commit is contained in:
vitaut 2015-10-21 10:39:58 -07:00
parent 23e84472b2
commit ecbfdb46d3

View File

@ -41,7 +41,7 @@
using testing::internal::scoped_ptr;
// Marks the argument as sanitized (defined in Coverity model file).
const std::string &sanitize(const std::string &) {}
const std::string &sanitize(const std::string &s) { return s; }
namespace {