Update bundled GoogleTest to current HEAD
[alexxy/gromacs.git] / src / gromacs / applied_forces / awh / tests / biasstate.cpp
index 2fad0ae2ac910f61f196c80cc5764f7604920fd8..66a19245d47708886a704e1d85dad67b9dfb8c78 100644 (file)
@@ -131,9 +131,9 @@ TEST_P(BiasStateTest, InitializesFromFile)
 
 // Test that Bias initialization open and reads the correct initialization
 // files and the correct PMF and target distribution is set.
-INSTANTIATE_TEST_CASE_P(WithParameters,
-                        BiasStateTest,
-                        ::testing::Values("pmf_target_format0.xvg", "pmf_target_format1.xvg"));
+INSTANTIATE_TEST_SUITE_P(WithParameters,
+                         BiasStateTest,
+                         ::testing::Values("pmf_target_format0.xvg", "pmf_target_format1.xvg"));
 
 } // namespace test
 } // namespace gmx