Commit c370cf06 by Abseil Team Committed by Gennadiy Civil

Export Test - Do Not Merge

Update example Environment class destructor annotation PiperOrigin-RevId: 283986183
parent 95a8864c
...@@ -1231,7 +1231,7 @@ environment, which knows how to set-up and tear-down: ...@@ -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 {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment