mirror of
https://github.com/google/googletest.git
synced 2025-04-10 07:07:55 +00:00
Merge pull request #3664 from kuzkry:typo-fixes
PiperOrigin-RevId: 410816561 Change-Id: I466575011dd468dd93b5ecb683955713d261e96b
This commit is contained in:
commit
3e0e32ba30
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) {
|
|||
ExpectSpecProperty(
|
||||
last_clause_ < kTimes,
|
||||
".Times() may only appear *before* .InSequence(), .WillOnce(), "
|
||||
".WillRepeatedly(), or .RetiresonSaturation(), not after.");
|
||||
".WillRepeatedly(), or .RetiresOnSaturation(), not after.");
|
||||
}
|
||||
last_clause_ = kTimes;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue