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

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

Issue 15883003: Remove ProcessOptions and make the options named arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Comments cleanup. Created 7 years, 7 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_path_test.dart
diff --git a/tests/standalone/io/process_path_test.dart b/tests/standalone/io/process_path_test.dart
index e517d9e244f132cce3e4055317902e1a98aa1e83..c8303815b848262f3ad2023abe4cdb0ee3b3fb23 100644
--- a/tests/standalone/io/process_path_test.dart
+++ b/tests/standalone/io/process_path_test.dart
@@ -18,7 +18,6 @@ main() {
args = ['/C', 'echo', '"ok"'];
}
- var options = new ProcessOptions();
Process.run(executable, args).then((result) {
Expect.equals(0, result.exitCode);
});

Powered by Google App Engine
This is Rietveld 408576698