Index: test/cctest/cctest.h |
diff --git a/test/cctest/cctest.h b/test/cctest/cctest.h |
index 6c67dd52ec4094d7e6805266879e1d92b3f20cfb..d9f76294e1a5d432db4b2fdf9127d39630a02e00 100644 |
--- a/test/cctest/cctest.h |
+++ b/test/cctest/cctest.h |
@@ -131,8 +131,7 @@ class CcTest { |
v8::Isolate* isolate = CcTest::isolate()); |
static void TearDown() { |
- // TODO(svenpanne) Enable this when our cctests are fixed. |
- // if (isolate_ != NULL) isolate_->Dispose(); |
+ if (isolate_ != NULL) isolate_->Dispose(); |
} |
private: |