Skip to content
Snippets Groups Projects
Commit ce58a597 authored by Prashant Jaikumar's avatar Prashant Jaikumar
Browse files

Remove google internal links from documentation on github

parent b4676595
No related branches found
No related tags found
No related merge requests found
...@@ -1398,7 +1398,7 @@ namespace: ...@@ -1398,7 +1398,7 @@ namespace:
For more details, see the comments at the definitions of these functions. For more details, see the comments at the definitions of these functions.
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. NOTE: The `INSTANTIATE_TEST_SUITE_P` keyword is recommended (addressing https://github.com/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 The following statement will instantiate tests from the `FooTest` test suite each
with parameter values `"meeny"`, `"miny"`, and `"moe"`. with parameter values `"meeny"`, `"miny"`, and `"moe"`.
......
...@@ -682,7 +682,7 @@ there is an `std::ostream& operator<<(std::ostream&, const FooType&)` function ...@@ -682,7 +682,7 @@ there is an `std::ostream& operator<<(std::ostream&, const FooType&)` function
defined such that we can print a value of `FooType`. defined such that we can print a value of `FooType`.
In addition, if `FooType` is declared in a name space, the `<<` operator also In addition, if `FooType` is declared in a name space, the `<<` operator also
needs to be defined in the *same* name space. See go/totw/49 for details. needs to be defined in the *same* name space. See https://abseil.io/tips/49 for details.
## How do I suppress the memory leak messages on Windows? ## How do I suppress the memory leak messages on Windows?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment