gtest: Update to 1.7.0.
[mesa.git] / src / gtest / include / gtest / gtest-param-test.h.pump
index 401cb513a81d78bd0acbcce5ba64437c81a4938a..2dc9303b5e3ee624f1fce1101cf8fb76d08321cd 100644 (file)
@@ -414,7 +414,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();