diff options
author | Dino Radakovic <dinor@google.com> | 2023-10-17 16:18:09 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-10-17 16:18:52 (GMT) |
commit | 829c19901dac454ced475fec6a11e8e1b8a61549 (patch) | |
tree | f3ddc6ef61f2db73624b19361ab4e9a5859d5430 /googletest/include | |
parent | 2dd1c131950043a8ad5ab0d2dda0e0970596586a (diff) | |
download | googletest-829c19901dac454ced475fec6a11e8e1b8a61549.zip googletest-829c19901dac454ced475fec6a11e8e1b8a61549.tar.gz googletest-829c19901dac454ced475fec6a11e8e1b8a61549.tar.bz2 |
gtest-death-test-internal: Delete obsolete string constants
These are not used anywhere in googletest and they are in namespace `testing::internal`
PiperOrigin-RevId: 574171727
Change-Id: I5f668157a81ba3efaed77c1302b40cf07eeda52b
Diffstat (limited to 'googletest/include')
-rw-r--r-- | googletest/include/gtest/internal/gtest-death-test-internal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/googletest/include/gtest/internal/gtest-death-test-internal.h b/googletest/include/gtest/internal/gtest-death-test-internal.h index 8e9c988..61536d6 100644 --- a/googletest/include/gtest/internal/gtest-death-test-internal.h +++ b/googletest/include/gtest/internal/gtest-death-test-internal.h @@ -52,9 +52,7 @@ GTEST_DECLARE_string_(internal_run_death_test); namespace testing { namespace internal { -// Names of the flags (needed for parsing Google Test flags). -const char kDeathTestStyleFlag[] = "death_test_style"; -const char kDeathTestUseFork[] = "death_test_use_fork"; +// Name of the flag (needed for parsing Google Test flag). const char kInternalRunDeathTestFlag[] = "internal_run_death_test"; #ifdef GTEST_HAS_DEATH_TEST |