Update bundled GoogleTest to current HEAD
[alexxy/gromacs.git] / src / gromacs / utility / tests / bitmask64.cpp
index 1807efd42f0eaa631dae8e193b778e272ef21d47..e78c754433626a7e542151de83661704e5b9443b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2014, by the GROMACS development team, led by
+ * Copyright (c) 2014,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.
@@ -37,4 +37,4 @@
 #define BITMASK_SIZE 64
 #include "bitmask.h"
 
-INSTANTIATE_TEST_CASE_P(BitmaskTest64_10_42, BitmaskTest64, ::testing::Values(10, 42));
+INSTANTIATE_TEST_SUITE_P(BitmaskTest64_10_42, BitmaskTest64, ::testing::Values(10, 42));