Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
cc49f5b2
Commit
cc49f5b2
authored
Jul 18, 2019
by
Krystian Kuzniarek
Browse files
document a missing parent class
parent
2ef13f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/docs/advanced.md
googletest/docs/advanced.md
+1
-1
No files found.
googletest/docs/advanced.md
View file @
cc49f5b2
...
...
@@ -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
()
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment