Merge branch 'refs/heads/master' into flag-default

This commit is contained in:
Alyssa Wilk
2017-08-28 16:10:12 -04:00
115 changed files with 2959 additions and 28062 deletions

View File

@@ -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.