Commit cc49f5b2 authored by Krystian Kuzniarek's avatar Krystian Kuzniarek
Browse files

document a missing parent class

parent 2ef13f52
......@@ -1222,7 +1222,7 @@ First, you subclass the `::testing::Environment` class to define a test
environment, which knows how to set-up and tear-down:
```c++
class Environment {
class Environment : public ::testing::Environment {
public:
virtual ~Environment() {}
......
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