diff --git a/wiki/GoogleTestAdvancedGuide.wiki b/wiki/GoogleTestAdvancedGuide.wiki index 253a42c8..7d5f08cc 100644 --- a/wiki/GoogleTestAdvancedGuide.wiki +++ b/wiki/GoogleTestAdvancedGuide.wiki @@ -807,7 +807,7 @@ are initialized). _Availability:_ Linux, Windows, Mac. -= Value-Parameterized Tests = += Value Parameterized Tests = _Value-parameterized tests_ allow you to test your code with different parameters without writing multiple copies of the same test. This is