diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-07-20 15:53:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-20 15:53:16 -0400 |
commit | fd4f7cc7299e8fde91d45ba6685fbd99698814e0 (patch) | |
tree | 37786e74b9947f7bf3b677629aaf8cde10c1d85e /googlemock/include/gmock/internal/gmock-internal-utils.h | |
parent | 1f9c668a0452148f725b242079f70d65d3e93153 (diff) | |
parent | 2a151c93c180ac765c27c5f2e37af9366abd4d55 (diff) | |
download | googletest-fd4f7cc7299e8fde91d45ba6685fbd99698814e0.tar.gz googletest-fd4f7cc7299e8fde91d45ba6685fbd99698814e0.tar.bz2 googletest-fd4f7cc7299e8fde91d45ba6685fbd99698814e0.zip |
Merge branch 'master' into deprecate
Diffstat (limited to 'googlemock/include/gmock/internal/gmock-internal-utils.h')
-rw-r--r-- | googlemock/include/gmock/internal/gmock-internal-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/internal/gmock-internal-utils.h b/googlemock/include/gmock/internal/gmock-internal-utils.h index 4751788a..c5841aba 100644 --- a/googlemock/include/gmock/internal/gmock-internal-utils.h +++ b/googlemock/include/gmock/internal/gmock-internal-utils.h @@ -348,7 +348,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message, // correct overload. This must not be instantiable, to prevent client code from // accidentally resolving to the overload; for example: // -// ON_CALL(mock, Method({}, nullptr))… +// ON_CALL(mock, Method({}, nullptr))... // class WithoutMatchers { private: |