googletest-uninitialized-test_.cc (googletest-release-1.11.0) | : | googletest-uninitialized-test_.cc (googletest-release-1.12.0) | ||
---|---|---|---|---|
skipping to change at line 39 | skipping to change at line 39 | |||
#include "gtest/gtest.h" | #include "gtest/gtest.h" | |||
TEST(DummyTest, Dummy) { | TEST(DummyTest, Dummy) { | |||
// This test doesn't verify anything. We just need it to create a | // This test doesn't verify anything. We just need it to create a | |||
// realistic stage for testing the behavior of Google Test when | // 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. | // testing::InitGoogleTest() being called first. | |||
} | } | |||
int main() { | int main() { return RUN_ALL_TESTS(); } | |||
return RUN_ALL_TESTS(); | ||||
} | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |