summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gtest-internal-inl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gtest-internal-inl.h b/src/gtest-internal-inl.h
index 1ea31a1..4e9805d 100644
--- a/src/gtest-internal-inl.h
+++ b/src/gtest-internal-inl.h
@@ -443,8 +443,7 @@ class OsStackTraceGetter : public OsStackTraceGetterInterface {
virtual String CurrentStackTrace(int max_depth, int skip_count)
GTEST_LOCK_EXCLUDED_(mutex_);
- virtual void UponLeavingGTest();
- GTEST_LOCK_EXCLUDED_(mutex_);
+ virtual void UponLeavingGTest() GTEST_LOCK_EXCLUDED_(mutex_);
// This string is inserted in place of stack frames that are part of
// Google Test's implementation.