We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fed47 commit 580d3fcCopy full SHA for 580d3fc
src/gtest-internal-inl.h
@@ -443,8 +443,7 @@ class OsStackTraceGetter : public OsStackTraceGetterInterface {
443
virtual String CurrentStackTrace(int max_depth, int skip_count)
444
GTEST_LOCK_EXCLUDED_(mutex_);
445
446
- virtual void UponLeavingGTest();
447
- GTEST_LOCK_EXCLUDED_(mutex_);
+ virtual void UponLeavingGTest() GTEST_LOCK_EXCLUDED_(mutex_);
448
449
// This string is inserted in place of stack frames that are part of
450
// Google Test's implementation.
0 commit comments