Chromium Code Reviews

Unified Diff: tests/standalone/io/process_stderr_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.
Jump to:
View side-by-side diff with in-line comments
Index: tests/standalone/io/process_stderr_test.dart
diff --git a/tests/standalone/io/process_stderr_test.dart b/tests/standalone/io/process_stderr_test.dart
index 8292b999b2356c81e08f1bbbc5711db9dfef9b9f..6c821d9a2de04826cef09f1171767ef128d717f9 100644
--- a/tests/standalone/io/process_stderr_test.dart
+++ b/tests/standalone/io/process_stderr_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, "1"]), 0);
+ test(Process.start(Platform.executable, [scriptFile.path, "1"]), 0);
}
« no previous file with comments | « tests/standalone/io/process_shell_test.dart ('k') | tests/standalone/io/process_stdin_transform_unsubscribe_test.dart » ('j') | no next file with comments »

Powered by Google App Engine