clang-tidy: override
[alexxy/gromacs.git] / src / programs / mdrun / tests / moduletest.h
index 9e0f05376998f6ff5955c7b9b8a5384b1af3ca43..edba08915b5e30da553d19beda86fbbace90a4f3 100644 (file)
@@ -178,7 +178,7 @@ class MdrunTestFixtureBase : public ::testing::Test
 {
     public:
         MdrunTestFixtureBase();
-        virtual ~MdrunTestFixtureBase();
+        ~MdrunTestFixtureBase() override;
 };
 
 /*! \internal
@@ -193,7 +193,7 @@ class MdrunTestFixture : public ::testing::Test
 {
     public:
         MdrunTestFixture();
-        virtual ~MdrunTestFixture();
+        ~MdrunTestFixture() override;
 
         //! Manages temporary files during the test.
         TestFileManager  fileManager_;