Updated to gmock-1.7.0
[alexxy/gromacs.git] / src / external / gmock-1.7.0 / gtest / include / gtest / gtest-param-test.h
similarity index 99%
rename from src/external/gmock-1.6.0/gtest/include/gtest/gtest-param-test.h
rename to src/external/gmock-1.7.0/gtest/include/gtest/gtest-param-test.h
index 6407cfd6853713ea9bc27f0c40718975917c8fdc..d6702c8f1624789dcbda525f7a28e72be627e9ef 100644 (file)
@@ -1257,7 +1257,7 @@ inline internal::ParamGenerator<bool> Bool() {
 // Boolean flags:
 //
 // class FlagDependentTest
-//     : public testing::TestWithParam<tuple(bool, bool)> > {
+//     : public testing::TestWithParam<tuple<bool, bool> > {
 //   virtual void SetUp() {
 //     // Assigns external_flag_1 and external_flag_2 values from the tuple.
 //     tie(external_flag_1, external_flag_2) = GetParam();