diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-08-22 23:20:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 23:20:53 -0400 |
commit | 79cdf971fbf8f1efb1573df97bcc6f5e8ef3215a (patch) | |
tree | 17c4a91302a4e58a11042726ef622b9430d1ff56 /googlemock/src/gmock-spec-builders.cc | |
parent | f52c95dae48bc954efb3d98692a394948d5fe49e (diff) | |
parent | 863e02644b57cebe2bb3ee87bffee17127fc02d7 (diff) | |
download | googletest-79cdf971fbf8f1efb1573df97bcc6f5e8ef3215a.tar.gz googletest-79cdf971fbf8f1efb1573df97bcc6f5e8ef3215a.tar.bz2 googletest-79cdf971fbf8f1efb1573df97bcc6f5e8ef3215a.zip |
Merge branch 'master' into bazel
Diffstat (limited to 'googlemock/src/gmock-spec-builders.cc')
-rw-r--r-- | googlemock/src/gmock-spec-builders.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/src/gmock-spec-builders.cc b/googlemock/src/gmock-spec-builders.cc index 2fa1ee4b..f761f97e 100644 --- a/googlemock/src/gmock-spec-builders.cc +++ b/googlemock/src/gmock-spec-builders.cc @@ -364,7 +364,7 @@ UntypedFunctionMockerBase::UntypedInvokeWith(const void* const untyped_args) if (!need_to_report_uninteresting_call) { // Perform the action without printing the call information. - return this->UntypedPerformDefaultAction(untyped_args, ""); + return this->UntypedPerformDefaultAction(untyped_args, "Function call: " + std::string(Name())); } // Warns about the uninteresting call. |