diff options
Diffstat (limited to 'include/gmock/gmock-spec-builders.h')
-rw-r--r-- | include/gmock/gmock-spec-builders.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gmock/gmock-spec-builders.h b/include/gmock/gmock-spec-builders.h index 6ae807a2..400d4d71 100644 --- a/include/gmock/gmock-spec-builders.h +++ b/include/gmock/gmock-spec-builders.h @@ -254,7 +254,7 @@ class UntypedOnCallSpecBase { // syntax checking relies on it. kNone, kWith, - kWillByDefault, + kWillByDefault }; // Asserts that the ON_CALL() statement has a certain property. @@ -357,7 +357,7 @@ class OnCallSpec : public UntypedOnCallSpecBase { enum CallReaction { ALLOW, WARN, - FAIL, + FAIL }; } // namespace internal @@ -715,7 +715,7 @@ class ExpectationBase { kAfter, kWillOnce, kWillRepeatedly, - kRetiresOnSaturation, + kRetiresOnSaturation }; typedef std::vector<const void*> UntypedActions; |