| Index: tests/standalone/io/secure_unauthorized_client.dart
|
| diff --git a/tests/standalone/io/secure_unauthorized_client.dart b/tests/standalone/io/secure_unauthorized_client.dart
|
| index 964c63c62e0ddaeb418c77b5051a268f35ccff81..043577f0a7e73fa1261818801a3f10b3e298723e 100644
|
| --- a/tests/standalone/io/secure_unauthorized_client.dart
|
| +++ b/tests/standalone/io/secure_unauthorized_client.dart
|
| @@ -37,8 +37,7 @@ Future runClients(int port) {
|
| }
|
|
|
|
|
| -void main() {
|
| - final args = new Options().arguments;
|
| +void main(List<String> args) {
|
| SecureSocket.initialize();
|
| runClients(int.parse(args[0]))
|
| .then((_) => print('SUCCESS'));
|
|
|