aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest-param-test_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixes a C++ standard conformance bug in gtest-param-test_test.cc.zhanyong.wan2010-02-171-37/+69
|
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-161-2/+2
|
* Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). ↵zhanyong.wan2009-05-291-1/+1
| | | | Minor format adjustments.
* Cleans up macro definitions.zhanyong.wan2009-02-231-7/+7
|
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform ↵shiqian2008-12-091-4/+0
| | | | with the TR1 spec.
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+796