Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(643)

Unified Diff: test/gtest-typed-test_test.cc

Issue 4801066: First draft: issue 311: need a way to resume from the TEST that crashed Base URL: http://googletest.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/gtest-port_test.cc ('k') | test/gtest_crash_safe_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/gtest-typed-test_test.cc
===================================================================
--- test/gtest-typed-test_test.cc (revision 587)
+++ test/gtest-typed-test_test.cc (working copy)
@@ -64,7 +64,8 @@
CommonTest() : value_(1) {}
- virtual ~CommonTest() { EXPECT_EQ(3, value_); }
+ virtual ~CommonTest() {
+ }
virtual void SetUp() {
EXPECT_EQ(1, value_);
« no previous file with comments | « test/gtest-port_test.cc ('k') | test/gtest_crash_safe_test.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b