document a missing parent class

pull/2338/head
Krystian Kuzniarek 6 years ago
parent 2ef13f524b
commit cc49f5b27a
  1. 2
      googletest/docs/advanced.md

@ -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() {}

Loading…
Cancel
Save