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
65f2fd59
Commit
65f2fd59
authored
May 17, 2010
by
vladlosev
Browse files
Fixes a typo in comments.
parent
3678a248
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/gtest-internal-inl.h
src/gtest-internal-inl.h
+5
-5
No files found.
src/gtest-internal-inl.h
View file @
65f2fd59
...
...
@@ -739,11 +739,11 @@ class GTEST_API_ UnitTestImpl {
}
// Registers all parameterized tests defined using TEST_P and
// INSTANTIATE_TEST_P, creating regular tests for each test/parameter
// combination. This method can be called more then once; it has
//
guards
protecting from registering the tests more then once.
//
If
value-parameterized tests are disabled, RegisterParameterizedTests
//
is
present but does nothing.
// INSTANTIATE_TEST_
CASE_
P, creating regular tests for each test/parameter
// combination. This method can be called more then once; it has
guards
// protecting from registering the tests more then once.
If
// value-parameterized tests are disabled, RegisterParameterizedTests
is
// present but does nothing.
void
RegisterParameterizedTests
();
// Runs all tests in this UnitTest object, prints the result, and
...
...
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