| Index: tests/standalone/io/http_cross_process_test.dart
|
| diff --git a/tests/standalone/io/http_cross_process_test.dart b/tests/standalone/io/http_cross_process_test.dart
|
| index 08329a9367dee7e7600d75613423b83f2044c154..8fe7f60eadd303b085d106d82c7d1dde1a05ee11 100644
|
| --- a/tests/standalone/io/http_cross_process_test.dart
|
| +++ b/tests/standalone/io/http_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) {
|
|
|