Chromium Code Reviews

Unified Diff: test/cctest/test-microtask-delivery.cc

Issue 262163006: Removed default Isolate. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« test/cctest/test-api.cc ('K') | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-microtask-delivery.cc
diff --git a/test/cctest/test-microtask-delivery.cc b/test/cctest/test-microtask-delivery.cc
index cfe5d69202a42246da9ea2c2572910ea67099ebd..21177f7a2e2447cc62dc1de4b54ef2cf88a3859b 100644
--- a/test/cctest/test-microtask-delivery.cc
+++ b/test/cctest/test-microtask-delivery.cc
@@ -37,6 +37,7 @@ class HarmonyIsolate {
public:
HarmonyIsolate() {
i::FLAG_harmony_promises = true;
+ i::FLAG_harmony_weak_collections = true; // Implied
dcarney 2014/05/06 11:38:35 wtf?
isolate_ = Isolate::New();
isolate_->Enter();
}
« test/cctest/test-api.cc ('K') | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine