Skip to content

Commit

Permalink
googletest: Fix incorrect comment about value_param of `internal::M…
Browse files Browse the repository at this point in the history
…akeAndRegisterTestInfo`

This was probably a copy-paste from the comment about `type_param`.

PiperOrigin-RevId: 600493462
Change-Id: I4a41c2673dd6560db0f68856aab3d32b103164b1
  • Loading branch information
dinord authored and Copybara-Service committed Jan 22, 2024
1 parent 96cd50c commit ffc477e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googletest/include/gtest/internal/gtest-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ struct SuiteApiResolver : T {
// type_param: the name of the test's type parameter, or NULL if
// this is not a typed or a type-parameterized test.
// value_param: text representation of the test's value parameter,
// or NULL if this is not a type-parameterized test.
// or NULL if this is not a value-parameterized test.
// code_location: code location where the test is defined
// fixture_class_id: ID of the test fixture class
// set_up_tc: pointer to the function that sets up the test suite
Expand Down

0 comments on commit ffc477e

Please sign in to comment.