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

Unified Diff: runtime/bin/run_vm_tests_fuchsia.cc

Issue 2235033002: [fuchsia] Update run_vm_tests_fuchsia for fuchsia launchpad API change (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Patch Set: Created 4 years, 4 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 | « no previous file | 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_fuchsia.cc
diff --git a/runtime/bin/run_vm_tests_fuchsia.cc b/runtime/bin/run_vm_tests_fuchsia.cc
index a7839a931c426dbe1e9ee09398ed4a62cd609524..fddba5e0b4920d61b2ad1de9b2eddb5a15e565a4 100644
--- a/runtime/bin/run_vm_tests_fuchsia.cc
+++ b/runtime/bin/run_vm_tests_fuchsia.cc
@@ -156,7 +156,7 @@ static int run_test(const char* test_name) {
argv[1] = old_gen_arg;
argv[2] = test_name;
- mx_handle_t p = launchpad_launch(argv[0], kArgc, argv);
+ mx_handle_t p = launchpad_launch_mxio(argv[0], kArgc, argv);
if (p < 0) {
fprintf(stderr, "process failed to start\n");
return -1;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698