mirror of
https://github.com/google/googletest.git
synced 2025-01-14 00:20:57 +08:00
Clean up typos: Exhaused => Exhausted
PiperOrigin-RevId: 558801066 Change-Id: Ia225d12014748db87639414f4c8c28a0d0e9e489
This commit is contained in:
parent
9fce548044
commit
762d3a7f66
@ -906,7 +906,7 @@ TEST(ExpectCallTest, TakesDefaultActionWhenWillListIsExhausted) {
|
|||||||
" - returning default value."));
|
" - returning default value."));
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(FunctionMockerMessageTest, ReportsExpectCallLocationForExhausedActions) {
|
TEST(FunctionMockerMessageTest, ReportsExpectCallLocationForExhaustedActions) {
|
||||||
MockB b;
|
MockB b;
|
||||||
std::string expect_call_location = FormatFileLocation(__FILE__, __LINE__ + 1);
|
std::string expect_call_location = FormatFileLocation(__FILE__, __LINE__ + 1);
|
||||||
EXPECT_CALL(b, DoB()).Times(AnyNumber()).WillOnce(Return(1));
|
EXPECT_CALL(b, DoB()).Times(AnyNumber()).WillOnce(Return(1));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user