mirror of
https://github.com/google/googletest.git
synced 2024-12-28 19:15:24 +08:00
document a missing parent class
This commit is contained in:
parent
2ef13f524b
commit
cc49f5b27a
@ -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:
|
environment, which knows how to set-up and tear-down:
|
||||||
|
|
||||||
```c++
|
```c++
|
||||||
class Environment {
|
class Environment : public ::testing::Environment {
|
||||||
public:
|
public:
|
||||||
virtual ~Environment() {}
|
virtual ~Environment() {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user