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
70e1aad7
Unverified
Commit
70e1aad7
authored
Feb 23, 2018
by
Gennadiy Civil
Committed by
GitHub
Feb 23, 2018
Browse files
Merge pull request #1471 from aleksejkozin/patch-1
TEST() arguments are invalid in an example
parents
a490fb7a
99bb4fe8
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 @
70e1aad7
...
...
@@ -239,7 +239,7 @@ To create a test:
1.
The test's result is determined by the assertions; if any assertion in the test fails (either fatally or non-fatally), or if the test crashes, the entire test fails. Otherwise, it succeeds.
```
TEST(test
_c
ase
_n
ame, test
_n
ame) {
TEST(test
C
ase
N
ame, test
N
ame) {
... test body ...
}
```
...
...
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