Update bundled GoogleTest to current HEAD
[alexxy/gromacs.git] / src / gromacs / tools / tests / trjconv.cpp
index f4c7b162c20c9f16edd0c2931864669754d48f19..24633b05ac6299192ca7719e59c638e88f6ca8ce 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of the GROMACS molecular simulation package.
  *
  * Copyright (c) 2013,2014,2016,2017,2018 by the GROMACS development team.
- * Copyright (c) 2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2019,2020,2021, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -99,9 +99,9 @@ const char* const trajectoryFileNames[] = { "spc2-traj.trr",
                                             "spc2-traj.xtc", "spc2-traj.gro",
                                             "spc2-traj.pdb", "spc2-traj.g96" };
 
-INSTANTIATE_TEST_CASE_P(NoFatalErrorWhenWritingFrom,
-                        TrjconvWithIndexGroupSubset,
-                        ::testing::ValuesIn(trajectoryFileNames));
+INSTANTIATE_TEST_SUITE_P(NoFatalErrorWhenWritingFrom,
+                         TrjconvWithIndexGroupSubset,
+                         ::testing::ValuesIn(trajectoryFileNames));
 
 class TrjconvWithoutTopologyFile :
     public gmx::test::CommandLineTestBase,
@@ -131,7 +131,7 @@ TEST_P(TrjconvWithoutTopologyFile, WithDifferentInputFormats)
     runTest(GetParam());
 }
 
-INSTANTIATE_TEST_CASE_P(NoFatalErrorWhenWritingFrom,
-                        TrjconvWithoutTopologyFile,
-                        ::testing::ValuesIn(trajectoryFileNames));
+INSTANTIATE_TEST_SUITE_P(NoFatalErrorWhenWritingFrom,
+                         TrjconvWithoutTopologyFile,
+                         ::testing::ValuesIn(trajectoryFileNames));
 } // namespace