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
0b6d9475
Commit
0b6d9475
authored
Oct 18, 2016
by
Ross Wang
Committed by
GitHub
Oct 18, 2016
Browse files
Update Primer.md
Correcting typo: "text fixture" => "test fixture"
parent
ecd53086
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/docs/Primer.md
googletest/docs/Primer.md
+1
-1
No files found.
googletest/docs/Primer.md
View file @
0b6d9475
...
...
@@ -382,7 +382,7 @@ When invoked, the `RUN_ALL_TESTS()` macro:
1.
Restores the state of all Google Test flags.
1.
Repeats the above steps for the next test, until all tests have run.
In addition, if the te
x
t fixture's constructor generates a fatal failure in
In addition, if the te
s
t fixture's constructor generates a fatal failure in
step 2, there is no point for step 3 - 5 and they are thus skipped. Similarly,
if step 3 generates a fatal failure, step 4 will be skipped.
...
...
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