Fix sanitize
This commit is contained in:
parent
23e84472b2
commit
ecbfdb46d3
@ -41,7 +41,7 @@
|
|||||||
using testing::internal::scoped_ptr;
|
using testing::internal::scoped_ptr;
|
||||||
|
|
||||||
// Marks the argument as sanitized (defined in Coverity model file).
|
// 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 {
|
namespace {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user