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

Unified Diff: tests/standalone/io/process_broken_pipe_test.dart

Issue 17406010: Move getters from Options to Platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed Dart_GetType Created 7 years, 6 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 | « tests/standalone/io/platform_test.dart ('k') | tests/standalone/io/process_check_arguments_script.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/process_broken_pipe_test.dart
diff --git a/tests/standalone/io/process_broken_pipe_test.dart b/tests/standalone/io/process_broken_pipe_test.dart
index 01451bf5bba39f66e275ba46102a75b9b101309e..7791fd462c5f9c7ce4deab15111e959cf1a46b80 100644
--- a/tests/standalone/io/process_broken_pipe_test.dart
+++ b/tests/standalone/io/process_broken_pipe_test.dart
@@ -12,7 +12,7 @@ import "process_test_util.dart";
main() {
// Running dart without arguments makes it close right away.
- var future = Process.start(new Options().executable, []);
+ var future = Process.start(Platform.executable, []);
future.then((process) {
process.stdin.done.catchError((e) {
// Accept errors on stdin.
« no previous file with comments | « tests/standalone/io/platform_test.dart ('k') | tests/standalone/io/process_check_arguments_script.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698