aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/internal/gmock-internal-utils.h
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-07-20 15:53:16 -0400
committerGitHub <noreply@github.com>2018-07-20 15:53:16 -0400
commitfd4f7cc7299e8fde91d45ba6685fbd99698814e0 (patch)
tree37786e74b9947f7bf3b677629aaf8cde10c1d85e /googlemock/include/gmock/internal/gmock-internal-utils.h
parent1f9c668a0452148f725b242079f70d65d3e93153 (diff)
parent2a151c93c180ac765c27c5f2e37af9366abd4d55 (diff)
downloadgoogletest-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.h2
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: