diff options
author | Copybara-Service <copybara-worker@google.com> | 2022-07-12 14:19:18 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-07-12 14:19:18 (GMT) |
commit | bea621c3c39d8a7f71f07bd543c3a58bfa684f92 (patch) | |
tree | 92573263fec03fbc0c2ed13e7e4775491223419c /googletest/include/gtest/internal | |
parent | 78aa2ba4401af0832edcc0d29f229a50ec8b86e5 (diff) | |
parent | 7107c441885900fedb8458a96bddca16e9768573 (diff) | |
download | googletest-bea621c3c39d8a7f71f07bd543c3a58bfa684f92.zip googletest-bea621c3c39d8a7f71f07bd543c3a58bfa684f92.tar.gz googletest-bea621c3c39d8a7f71f07bd543c3a58bfa684f92.tar.bz2 |
Merge pull request #3928 from venik:venik-clean-up
PiperOrigin-RevId: 460455562
Change-Id: I29efc09887651d8734586703fe0691482ba4c981
Diffstat (limited to 'googletest/include/gtest/internal')
-rw-r--r-- | googletest/include/gtest/internal/gtest-internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/googletest/include/gtest/internal/gtest-internal.h b/googletest/include/gtest/internal/gtest-internal.h index fff148c..74521db 100644 --- a/googletest/include/gtest/internal/gtest-internal.h +++ b/googletest/include/gtest/internal/gtest-internal.h @@ -830,8 +830,7 @@ class TypeParameterizedTestSuite<Fixture, internal::None, Types> { // For example, if Foo() calls Bar(), which in turn calls // GetCurrentOsStackTraceExceptTop(..., 1), Foo() will be included in // the trace but Bar() and GetCurrentOsStackTraceExceptTop() won't. -GTEST_API_ std::string GetCurrentOsStackTraceExceptTop(UnitTest* unit_test, - int skip_count); +GTEST_API_ std::string GetCurrentOsStackTraceExceptTop(int skip_count); // Helpers for suppressing warnings on unreachable code or constant // condition. |