Removes spurious semicolon.
This commit is contained in:
parent
8965a6a0d2
commit
69a071bc0d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user