Update bundled GoogleTest to current HEAD
[alexxy/gromacs.git] / src / gromacs / mdspan / tests / mdspan.cpp
index cb24993566bb40a468924cb1c5ed3f0c52023622..6870a35cc8424cd9fb290447dffe11aaf861f0d7 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.
@@ -276,7 +276,7 @@ struct MdSpanTest : public ::testing::Test
     }
 };
 
-TYPED_TEST_CASE(MdSpanTest, MdSpanTypes);
+TYPED_TEST_SUITE(MdSpanTest, MdSpanTypes);
 
 TYPED_TEST(MdSpanTest, Rank)
 {