Update bundled GoogleTest to current HEAD
[alexxy/gromacs.git] / src / programs / mdrun / tests / moduletest.cpp
index f71254a1b5a631f2b64526f6ae5c45d45d9cfad1..c839fce6401cf5de64bae984fbe1124f257edbb8 100644 (file)
@@ -344,7 +344,7 @@ MPI_Comm MdrunTestFixtureBase::communicator_ = MPI_COMM_NULL;
 std::unique_ptr<gmx_hw_info_t> MdrunTestFixtureBase::hwinfo_;
 
 // static
-void MdrunTestFixtureBase::SetUpTestCase()
+void MdrunTestFixtureBase::SetUpTestSuite()
 {
     communicator_ = MPI_COMM_WORLD;
     auto newHwinfo =
@@ -353,7 +353,7 @@ void MdrunTestFixtureBase::SetUpTestCase()
 }
 
 // static
-void MdrunTestFixtureBase::TearDownTestCase()
+void MdrunTestFixtureBase::TearDownTestSuite()
 {
     hwinfo_.reset(nullptr);
 }