Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: runtime/vm/custom_isolate_test.cc

Issue 1850873002: Fix product build (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/compiler_stats.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/custom_isolate_test.cc
diff --git a/runtime/vm/custom_isolate_test.cc b/runtime/vm/custom_isolate_test.cc
index 03c57732f00838261d7a44dd9598c8f7c55618ea..1f55a8ee022cfc1ec206bbc2482ae18446e6114c 100644
--- a/runtime/vm/custom_isolate_test.cc
+++ b/runtime/vm/custom_isolate_test.cc
@@ -323,13 +323,11 @@ UNIT_TEST_CASE(CustomIsolates) {
FLAG_verify_handles = true;
#ifdef DEBUG
FLAG_verify_on_transition = true;
-#endif
- // Cannot verify heap while running compilation in background.
- // Issue #26149.
+ // Cannot verify heap while running compilation in background. Issue #26149.
FLAG_background_compilation = false;
// Issue #26150.
FLAG_use_osr = false;
-
+#endif
event_queue = new EventQueue();
Dart_Isolate dart_isolate = TestCase::CreateTestIsolate();
« no previous file with comments | « runtime/vm/compiler_stats.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698