gtest-death-test-internal.h (googletest-release-1.10.0) | : | gtest-death-test-internal.h (googletest-release-1.11.0) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
// | // | |||
// The Google C++ Testing and Mocking Framework (Google Test) | // The Google C++ Testing and Mocking Framework (Google Test) | |||
// | // | |||
// This header file defines internal utilities needed for implementing | // This header file defines internal utilities needed for implementing | |||
// death tests. They are subject to change without notice. | // death tests. They are subject to change without notice. | |||
// GOOGLETEST_CM0001 DO NOT DELETE | // GOOGLETEST_CM0001 DO NOT DELETE | |||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ | #ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ | |||
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ | #define GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ | |||
#include "gtest/gtest-matchers.h" | #include "gtest/gtest-matchers.h" | |||
#include "gtest/internal/gtest-internal.h" | #include "gtest/internal/gtest-internal.h" | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <memory> | #include <memory> | |||
namespace testing { | namespace testing { | |||
namespace internal { | namespace internal { | |||
skipping to change at line 304 | skipping to change at line 304 | |||
// Returns a newly created InternalRunDeathTestFlag object with fields | // Returns a newly created InternalRunDeathTestFlag object with fields | |||
// initialized from the GTEST_FLAG(internal_run_death_test) flag if | // initialized from the GTEST_FLAG(internal_run_death_test) flag if | |||
// the flag is specified; otherwise returns NULL. | // the flag is specified; otherwise returns NULL. | |||
InternalRunDeathTestFlag* ParseInternalRunDeathTestFlag(); | InternalRunDeathTestFlag* ParseInternalRunDeathTestFlag(); | |||
#endif // GTEST_HAS_DEATH_TEST | #endif // GTEST_HAS_DEATH_TEST | |||
} // namespace internal | } // namespace internal | |||
} // namespace testing | } // namespace testing | |||
#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ | #endif // GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |