Update bundled GoogleTest to current HEAD
[alexxy/gromacs.git] / src / programs / mdrun / tests / normalmodes.cpp
index 3ef84e572a6e9430256f733eae0086eb3d38343d..bab263bce9957674bedaadcff4199ab1675cf7c0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2018,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.
@@ -161,10 +161,12 @@ std::vector<std::string> integratorsToTest_g = { "nm" };
 
 //! \}
 
-INSTANTIATE_TEST_CASE_P(NormalModesWorks,
-                        NormalModesTest,
-                        ::testing::Combine(::testing::ValuesIn(systemsToTest_g),
-                                           ::testing::ValuesIn(integratorsToTest_g)));
+INSTANTIATE_TEST_SUITE_P(NormalModesWorks,
+                         NormalModesTest,
+                         ::testing::Combine(::testing::ValuesIn(systemsToTest_g),
+                                            ::testing::ValuesIn(integratorsToTest_g)));
+#else
+GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(NormalModesTest);
 #endif
 } // namespace
 } // namespace test