mirror of
https://github.com/google/googletest.git
synced 2025-12-10 01:12:12 +08:00
Improves conformance to the Google C++ Style Guide (by Greg Miller).
This commit is contained in:
@@ -55,7 +55,7 @@ namespace internal {
|
||||
|
||||
class EventRecordingListener : public TestEventListener {
|
||||
public:
|
||||
EventRecordingListener(const char* name) : name_(name) {}
|
||||
explicit EventRecordingListener(const char* name) : name_(name) {}
|
||||
|
||||
protected:
|
||||
virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {
|
||||
|
||||
Reference in New Issue
Block a user