Commit 65f2fd59 authored by vladlosev's avatar vladlosev
Browse files

Fixes a typo in comments.

parent 3678a248
...@@ -739,11 +739,11 @@ class GTEST_API_ UnitTestImpl { ...@@ -739,11 +739,11 @@ class GTEST_API_ UnitTestImpl {
} }
// Registers all parameterized tests defined using TEST_P and // Registers all parameterized tests defined using TEST_P and
// INSTANTIATE_TEST_P, creating regular tests for each test/parameter // INSTANTIATE_TEST_CASE_P, creating regular tests for each test/parameter
// combination. This method can be called more then once; it has // combination. This method can be called more then once; it has guards
// guards protecting from registering the tests more then once. // protecting from registering the tests more then once. If
// If value-parameterized tests are disabled, RegisterParameterizedTests // value-parameterized tests are disabled, RegisterParameterizedTests is
// is present but does nothing. // present but does nothing.
void RegisterParameterizedTests(); void RegisterParameterizedTests();
// Runs all tests in this UnitTest object, prints the result, and // Runs all tests in this UnitTest object, prints the result, and
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment