aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/docs
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2019-03-21 16:20:07 +0100
committerGitHub <noreply@github.com>2019-03-21 16:20:07 +0100
commitd31151a4932c85d735feb6c6e7159ca4d91008da (patch)
tree1dcabaf720b7aca0d640222467803a0d015d14e4 /googletest/docs
parentf2333609337c1ce87ed14073fc4064475d2783b0 (diff)
downloadgoogletest-d31151a4932c85d735feb6c6e7159ca4d91008da.tar.gz
googletest-d31151a4932c85d735feb6c6e7159ca4d91008da.tar.bz2
googletest-d31151a4932c85d735feb6c6e7159ca4d91008da.zip
Update googletest/docs/advanced.md
Co-Authored-By: antismap <michael.thenault@gmail.com>
Diffstat (limited to 'googletest/docs')
-rw-r--r--googletest/docs/advanced.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md
index c2438dee..f8d9e27d 100644
--- a/googletest/docs/advanced.md
+++ b/googletest/docs/advanced.md
@@ -1396,7 +1396,7 @@ namespace:
For more details, see the comments at the definitions of these functions.
-NOTE: The `INSTANTIATE_TEST_SUITE_P` keyword is only valid since 1.8.1. For previous releases the keyword is `INSTANTIATE_TEST_CASE_P`. More generally, please refer to the documentation matching your release version.
+NOTE: The `INSTANTIATE_TEST_SUITE_P` keyword is recommended (addressing http://go/gh/google/googletest/issues/1085) For 1.8.1 and previous releases the keyword is `INSTANTIATE_TEST_CASE_P`. which has been deprecated in favor of INSTANTIATE_TEST_SUITE_P.
The following statement will instantiate tests from the `FooTest` test suite each
with parameter values `"meeny"`, `"miny"`, and `"moe"`.