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

Unified Diff: tests/standalone/io/raw_socket_cross_process_test.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/raw_socket_cross_process_test.dart
diff --git a/tests/standalone/io/raw_socket_cross_process_test.dart b/tests/standalone/io/raw_socket_cross_process_test.dart
index 188d9d3a453fba2cc49ffbfae4d29855ab85255e..df69feac6d68d2abce7d64206eb0c25595ab0525 100644
--- a/tests/standalone/io/raw_socket_cross_process_test.dart
+++ b/tests/standalone/io/raw_socket_cross_process_test.dart
@@ -9,8 +9,7 @@ import 'dart:io';
const int NUM_SERVERS = 10;
-void main() {
- var args = new Options().arguments;
+void main(List<String> args) {
if (args.isEmpty) {
for (int i = 0; i < NUM_SERVERS; ++i) {
makeServer().then((server) {
« no previous file with comments | « tests/standalone/io/process_sync_script.dart ('k') | tests/standalone/io/secure_bad_certificate_client.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698