| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,9 +52,7 @@ GTEST_DECLARE_string_(internal_run_death_test); | |||
| 52 | 52 | namespace testing { | |
| 53 | 53 | namespace internal { | |
| 54 | 54 | ||
| 55 | - // Names of the flags (needed for parsing Google Test flags). | ||
| 56 | - const char kDeathTestStyleFlag[] = "death_test_style"; | ||
| 57 | - const char kDeathTestUseFork[] = "death_test_use_fork"; | ||
| 55 | + // Name of the flag (needed for parsing Google Test flag). | ||
| 58 | 56 | const char kInternalRunDeathTestFlag[] = "internal_run_death_test"; | |
| 59 | 57 | ||
| 60 | 58 | #ifdef GTEST_HAS_DEATH_TEST | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -584,8 +584,8 @@ class ParameterizedTestSuiteInfo : public ParameterizedTestSuiteInfoBase { | |||
| 584 | 584 | ||
| 585 | 585 | GTEST_CHECK_(IsValidParamName(param_name)) | |
| 586 | 586 | << "Parameterized test name '" << param_name | |
| 587 | - << "' is invalid (contains spaces, dashes, underscores, or " | ||
| 588 | - "non-alphanumeric characters), in " | ||
| 587 | + << "' is invalid (contains spaces, dashes, or any " | ||
| 588 | + "non-alphanumeric characters other than underscores), in " | ||
| 589 | 589 | << file << " line " << line << "" << std::endl; | |
| 590 | 590 | ||
| 591 | 591 | GTEST_CHECK_(test_param_names.count(param_name) == 0) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ This a list of all the dependencies: | |||
| 15 | 15 | * [c-ares 1.20.1][] | |
| 16 | 16 | * [cjs-module-lexer 1.2.2][] | |
| 17 | 17 | * [corepack][] | |
| 18 | - * [googletest 2dd1c13][] | ||
| 18 | + * [googletest 116b7e5][] | ||
| 19 | 19 | * [histogram 0.11.8][] | |
| 20 | 20 | * [icu-small 73.2][] | |
| 21 | 21 | * [libuv 1.46.0][] | |
@@ -189,7 +189,7 @@ In practical terms, Corepack will let you use Yarn and pnpm without having to | |||
| 189 | 189 | install them - just like what currently happens with npm, which is shipped | |
| 190 | 190 | by Node.js by default. | |
| 191 | 191 | ||
| 192 | - ### googletest 2dd1c13 | ||
| 192 | + ### googletest 116b7e5 | ||
| 193 | 193 | ||
| 194 | 194 | The [googletest](https://github.com/google/googletest) dependency is Google’s | |
| 195 | 195 | C++ testing and mocking framework. | |
@@ -326,7 +326,7 @@ performance improvements not currently available in standard zlib. | |||
| 326 | 326 | [cjs-module-lexer 1.2.2]: #cjs-module-lexer-122 | |
| 327 | 327 | [corepack]: #corepack | |
| 328 | 328 | [dependency-update-action]: ../../../.github/workflows/tools.yml | |
| 329 | - [googletest 2dd1c13]: #googletest-2dd1c13 | ||
| 329 | + [googletest 116b7e5]: #googletest-116b7e5 | ||
| 330 | 330 | [histogram 0.11.8]: #histogram-0118 | |
| 331 | 331 | [icu-small 73.2]: #icu-small-732 | |
| 332 | 332 | [libuv 1.46.0]: #libuv-1460 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments