Fix clang-tidy warning in gtest
This commit is contained in:
parent
e318b4879b
commit
d13f1b7729
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user