Skip to content
Snippets Groups Projects
Commit cc49f5b2 authored by Krystian Kuzniarek's avatar Krystian Kuzniarek
Browse files

document a missing parent class

parent 2ef13f52
No related branches found
No related tags found
No related merge requests found
......@@ -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() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment