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

Unified Diff: runtime/bin/run_vm_tests.cc

Issue 2894773004: Changes to make isolate reload functionality work with the --dfe option. (Closed)
Patch Set: Fix regression test errors. Created 3 years, 7 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/bin/main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/run_vm_tests.cc
diff --git a/runtime/bin/run_vm_tests.cc b/runtime/bin/run_vm_tests.cc
index 103fede8f86396548ea326c36eeb45e9000d7873..a2472dce56f28169503579da537b67c0b3977fac 100644
--- a/runtime/bin/run_vm_tests.cc
+++ b/runtime/bin/run_vm_tests.cc
@@ -5,6 +5,7 @@
#include <stdio.h>
#include "bin/dartutils.h"
+#include "bin/dfe.h"
#include "bin/file.h"
#include "bin/loader.h"
#include "bin/platform.h"
@@ -24,6 +25,10 @@ extern const uint8_t kDartCoreIsolateSnapshotInstructions[];
// TODO(iposva, asiva): This is a placeholder for the real unittest framework.
namespace dart {
+namespace bin {
+DFE dfe;
+}
+
// Defined in vm/os_thread_win.cc
extern bool private_flag_windows_run_tls_destructors;
« no previous file with comments | « runtime/bin/main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698