Skip to content

Commit

Permalink
document a missing parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzkry committed Jul 18, 2019
1 parent 2ef13f5 commit cc49f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googletest/docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {}
Expand Down

0 comments on commit cc49f5b

Please sign in to comment.