| Index: tests/standalone/io/socket_cross_process_test.dart
|
| diff --git a/tests/standalone/io/socket_cross_process_test.dart b/tests/standalone/io/socket_cross_process_test.dart
|
| index f44b36993893c3e2a384688c0a850e45bf7d8ff0..013c9f44f87dc739b7723f52366cf3c0b91408cd 100644
|
| --- a/tests/standalone/io/socket_cross_process_test.dart
|
| +++ b/tests/standalone/io/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) {
|
|
|