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

Unified Diff: runtime/bin/run_vm_tests.cc

Issue 2698813002: [dart:io][windows] Make unicode characters display correctly. (Closed)
Patch Set: Address comments Created 3 years, 10 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/process_patch.dart ('k') | runtime/bin/utils_win.h » ('j') | 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 784ee990d337c1998d216e05f76324f279e288b6..2749b14d592724e9bdf152c2adae4c65293ce70e 100644
--- a/runtime/bin/run_vm_tests.cc
+++ b/runtime/bin/run_vm_tests.cc
@@ -87,6 +87,11 @@ static int Main(int argc, const char** argv) {
int dart_argc = 0;
const char** dart_argv = NULL;
+ // Perform platform specific initialization.
+ if (!dart::bin::Platform::Initialize()) {
+ OS::PrintErr("Initialization failed\n");
+ }
+
if (argc < 2) {
// Bad parameter count.
PrintUsage();
« no previous file with comments | « runtime/bin/process_patch.dart ('k') | runtime/bin/utils_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698