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

View File

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