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

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

Issue 37033002: dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove commented lines from standalone.status. Created 7 years, 2 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/stdin_sync_script.dart
diff --git a/tests/standalone/io/stdin_sync_script.dart b/tests/standalone/io/stdin_sync_script.dart
index ed60a9c4fcda346b8951a822007de2c4fd3dafb9..42b648e42b09e6677754080baa0601617a834e82 100644
--- a/tests/standalone/io/stdin_sync_script.dart
+++ b/tests/standalone/io/stdin_sync_script.dart
@@ -6,8 +6,7 @@ import "dart:convert";
import "dart:io";
import "dart:json";
-void main() {
- var arguments = new Options().arguments;
+void main(List<String> arguments) {
int i = 0;
String line;
while ((line = stdin.readLineSync(encoding: UTF8)) != null) {
« no previous file with comments | « tests/standalone/io/socket_cross_process_test.dart ('k') | tests/standalone/io/test_runner_exit_code_script.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698