mirror of
https://github.com/google/googletest.git
synced 2024-12-28 02:53:16 +08:00
Googletest export
Update example Environment class destructor annotation PiperOrigin-RevId: 283986183
This commit is contained in:
parent
1d563578c8
commit
2002f267f0
@ -1231,7 +1231,7 @@ environment, which knows how to set-up and tear-down:
|
|||||||
```c++
|
```c++
|
||||||
class Environment : public ::testing::Environment {
|
class Environment : public ::testing::Environment {
|
||||||
public:
|
public:
|
||||||
virtual ~Environment() {}
|
~Environment() override {}
|
||||||
|
|
||||||
// Override this to define how to set up the environment.
|
// Override this to define how to set up the environment.
|
||||||
void SetUp() override {}
|
void SetUp() override {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user