mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 06:40:34 +08:00
clang-tidy: partially fix hicpp-use-override
This commit is contained in:
@@ -47,9 +47,9 @@ class StateMachineHelperTest : public UnitTest
|
||||
{
|
||||
public:
|
||||
StateMachineHelperTest() = default;
|
||||
virtual ~StateMachineHelperTest() = default;
|
||||
~StateMachineHelperTest() override = default;
|
||||
|
||||
virtual bool run_tests();
|
||||
bool run_tests() override;
|
||||
|
||||
private:
|
||||
bool armingStateTransitionTest();
|
||||
|
||||
Reference in New Issue
Block a user