mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
Merge 84caa3bf40
into 52204f78f9
This commit is contained in:
commit
ec7c56ef27
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ To customize the default action for functions with return type `T`, use
|
|||
EXPECT_NE(buzz1, buzz2);
|
||||
|
||||
// Resets the default action for return type std::unique_ptr<Buzz>,
|
||||
// to avoid interfere with other tests.
|
||||
// to avoid interfering with other tests.
|
||||
DefaultValue<std::unique_ptr<Buzz>>::Clear();
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue