mirror of
https://github.com/google/googletest.git
synced 2026-07-30 16:26:24 +08:00
Merge 3ce8bd13b2dfe10dc37af089fe1f491689e1e21c into a0f06a70e3da7afa88da9527c43951bca1f7cef2
This commit is contained in:
commit
e416983a12
@ -679,8 +679,7 @@ using ::testing::Return;
|
||||
|
||||
for (int i = 1; i <= n; i++) {
|
||||
EXPECT_CALL(turtle, GetX())
|
||||
.WillOnce(Return(10*i))
|
||||
.RetiresOnSaturation();
|
||||
.WillOnce(Return(10*i));
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user