Fix clang-tidy warning in gtest

This commit is contained in:
Sebastian Messmer 2017-12-01 14:58:52 +00:00
parent e318b4879b
commit d13f1b7729
1 changed files with 1 additions and 1 deletions

View File

@ -1469,7 +1469,7 @@ class FunctionMockerBase : public UntypedFunctionMockerBase {
MutexLock l(&g_gmock_mutex);
VerifyAndClearExpectationsLocked();
Mock::UnregisterLocked(this);
ClearDefaultActionsLocked();
ClearDefaultActionsLocked(); // NOLINT
}
// Returns the ON_CALL spec that matches this mock function with the