OSDN Git Service

gtest_repeat should allow negative values.
authorChristopher Ferris <cferris@google.com>
Thu, 2 Apr 2015 19:02:55 +0000 (12:02 -0700)
committerChristopher Ferris <cferris@google.com>
Thu, 2 Apr 2015 19:16:00 +0000 (12:16 -0700)
commit119cb55d43304579af741d8dbc3ca701b97bbf70
tree604c5b9e2e2c255325e58849828ce2c6d0bf15ee
parent52a0f01421fde3cd4f879b491a9f491d792fa2d5
gtest_repeat should allow negative values.

If you pass in a negative value to gtest_repeat, it should run forever.
The new runner didn't allow this, now it does.

Change-Id: Ie0002c12e2fdad22b264adca37c165cfcfe05c7a
tests/gtest_main.cpp