| Index: tests/standalone/io/https_bad_certificate_client.dart
|
| diff --git a/tests/standalone/io/https_bad_certificate_client.dart b/tests/standalone/io/https_bad_certificate_client.dart
|
| index 62e9039efbaff1a245a05a545d21eb72ccfd8cca..064131f7157143e07e52fff5a040fb8f72c579d8 100644
|
| --- a/tests/standalone/io/https_bad_certificate_client.dart
|
| +++ b/tests/standalone/io/https_bad_certificate_client.dart
|
| @@ -72,8 +72,7 @@ Future runHttpClient(int port, result) {
|
| return Future.wait(testFutures);
|
| }
|
|
|
| -void main() {
|
| - final args = new Options().arguments;
|
| +void main(List<String> args) {
|
| SecureSocket.initialize();
|
| int port = int.parse(args[0]);
|
| runHttpClient(port, args[1])
|
|
|