Export Test - Do Not Merge
Update example Environment class destructor annotation PiperOrigin-RevId: 283986183
This commit is contained in:
parent
95a8864c05
commit
c370cf063b
|
@ -1231,7 +1231,7 @@ environment, which knows how to set-up and tear-down:
|
|||
```c++
|
||||
class Environment : public ::testing::Environment {
|
||||
public:
|
||||
virtual ~Environment() {}
|
||||
~Environment() override {}
|
||||
|
||||
// Override this to define how to set up the environment.
|
||||
void SetUp() override {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user