diff options
Diffstat (limited to 'tests/unit/rotation-lock-test.cpp')
-rw-r--r-- | tests/unit/rotation-lock-test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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(); } |