mirror of
https://github.com/google/googletest.git
synced 2024-12-26 17:41:03 +08:00
fix a typo
This commit is contained in:
parent
1a3e2a265f
commit
dfc3675361
@ -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…
x
Reference in New Issue
Block a user