| Index: tests/standalone/io/https_unauthorized_client.dart
|
| diff --git a/tests/standalone/io/https_unauthorized_client.dart b/tests/standalone/io/https_unauthorized_client.dart
|
| index e2057a183b7dbb4eb79acf14ac9fb841da5f8d0c..925ccba9b3c40740fac3a055b826b58ccb99ad99 100644
|
| --- a/tests/standalone/io/https_unauthorized_client.dart
|
| +++ b/tests/standalone/io/https_unauthorized_client.dart
|
| @@ -39,8 +39,7 @@ Future runClients(int port) {
|
| return Future.wait(testFutures);
|
| }
|
|
|
| -void main() {
|
| - final args = new Options().arguments;
|
| +void main(List<String> args) {
|
| SecureSocket.initialize();
|
| runClients(int.parse(args[0]))
|
| .then((_) => print('SUCCESS'));
|
|
|