Fix clang-tidy modernize-use-override warnings
This commit is contained in:
@@ -76,7 +76,7 @@ class LoopbackTestCase : public TestCase
|
||||
|
||||
public:
|
||||
LoopbackTestCase ();
|
||||
void DoRun ();
|
||||
void DoRun () override;
|
||||
};
|
||||
|
||||
LoopbackTestCase::LoopbackTestCase ()
|
||||
|
||||
Reference in New Issue
Block a user