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

Unified Diff: tests/standalone/io/process_stdout_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
Index: tests/standalone/io/process_stdout_test.dart
diff --git a/tests/standalone/io/process_stdout_test.dart b/tests/standalone/io/process_stdout_test.dart
index 0bce7aa2e80c8919b6e38d44f9d9c51e3677b8c4..8b117fe188f392da0a0bf1ab263393b7422e6224 100644
--- a/tests/standalone/io/process_stdout_test.dart
+++ b/tests/standalone/io/process_stdout_test.dart
@@ -65,5 +65,5 @@ main() {
scriptFile = new File("../tests/standalone/io/process_std_io_script.dart");
}
Expect.isTrue(scriptFile.existsSync());
- test(Process.start(new Options().executable, [scriptFile.path, "0"]), 0);
+ test(Process.start(Platform.executable, [scriptFile.path, "0"]), 0);
}
« no previous file with comments | « tests/standalone/io/process_stdin_transform_unsubscribe_test.dart ('k') | tests/standalone/io/process_test_util.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698