gtest.patch 173 B

123456789
  1. --- a/test/test.cpp
  2. +++ b/test/test.cpp
  3. @@ -2234,6 +2233,0 @@
  4. -
  5. -
  6. -int main(int argc, char ** argv) {
  7. - ::testing::InitGoogleTest(&argc, argv);
  8. - return RUN_ALL_TESTS();
  9. -}