updated gtest to latest

This commit is contained in:
Riccardo Spagni
2015-03-24 08:48:43 +02:00
parent 178b009e90
commit 1c49d6b2d3
37 changed files with 4929 additions and 1916 deletions
@@ -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();