diff options
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/adbd-client-test.cpp | 2 | ||||
-rw-r--r-- | tests/unit/rotation-lock-test.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/adbd-client-test.cpp b/tests/unit/adbd-client-test.cpp index d1ce740..9b5f1b3 100644 --- a/tests/unit/adbd-client-test.cpp +++ b/tests/unit/adbd-client-test.cpp @@ -38,7 +38,7 @@ protected: std::shared_ptr<std::string> m_tmpdir; - void SetUp() + void SetUp() override { super::SetUp(); diff --git a/tests/unit/rotation-lock-test.cpp b/tests/unit/rotation-lock-test.cpp index b9630b5..a5a6f6c 100644 --- a/tests/unit/rotation-lock-test.cpp +++ b/tests/unit/rotation-lock-test.cpp @@ -28,12 +28,12 @@ private: protected: - void SetUp() + void SetUp() override { super::SetUp(); } - void TearDown() + void TearDown() override { super::TearDown(); } |