Update bundled GoogleTest to current HEAD
[alexxy/gromacs.git] / src / gromacs / math / tests / functions.cpp
index 939a08da2eb5f5c8fee3575e1c6161cc7cd0466b..b58ff29f043d8d35438449c9151597903a197a52 100644 (file)
@@ -363,7 +363,7 @@ class FunctionTestIntegerTypes : public ::testing::Test
 };
 
 typedef ::testing::Types<char, unsigned char, int, unsigned int, long, unsigned long> IntegerTypes;
-TYPED_TEST_CASE(FunctionTestIntegerTypes, IntegerTypes);
+TYPED_TEST_SUITE(FunctionTestIntegerTypes, IntegerTypes);
 
 TYPED_TEST(FunctionTestIntegerTypes, IsPowerOfTwo)
 {