cleanup/merges
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "src/gtest-internal-inl.h"
|
||||
|
||||
using ::std::cout;
|
||||
|
||||
@@ -41,5 +41,5 @@ TEST(GTestMainTest, ShouldSucceed) {
|
||||
|
||||
} // namespace
|
||||
|
||||
// We are using the main() function defined in src/gtest_main.cc, so
|
||||
// we don't define it here.
|
||||
// We are using the main() function defined in gtest_main.cc, so we
|
||||
// don't define it here.
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
TEST(DummyTest, Dummy) {
|
||||
// This test doesn't verify anything. We just need it to create a
|
||||
// realistic stage for testing the behavior of Google Test when
|
||||
// RUN_ALL_TESTS() is called without
|
||||
// RUN_ALL_TESTS() is called without
|
||||
// testing::InitGoogleTest() being called first.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user