We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
value_param
internal::MakeAndRegisterTestInfo
1 parent 96cd50c commit ffc477eCopy full SHA for ffc477e
googletest/include/gtest/internal/gtest-internal.h
@@ -555,7 +555,7 @@ struct SuiteApiResolver : T {
555
// type_param: the name of the test's type parameter, or NULL if
556
// this is not a typed or a type-parameterized test.
557
// value_param: text representation of the test's value parameter,
558
-// or NULL if this is not a type-parameterized test.
+// or NULL if this is not a value-parameterized test.
559
// code_location: code location where the test is defined
560
// fixture_class_id: ID of the test fixture class
561
// set_up_tc: pointer to the function that sets up the test suite
0 commit comments