| Index: tests/standalone/io/https_client_exception_test.dart
 | 
| diff --git a/tests/standalone/io/https_client_exception_test.dart b/tests/standalone/io/https_client_exception_test.dart
 | 
| index 8acac41b48f9068e2a0258d265a57de7177c8008..a49c51a463e5b9016353a3f0f446226a0523f070 100644
 | 
| --- a/tests/standalone/io/https_client_exception_test.dart
 | 
| +++ b/tests/standalone/io/https_client_exception_test.dart
 | 
| @@ -19,6 +19,11 @@ void testBadHostName() {
 | 
|        });
 | 
|  }
 | 
|  
 | 
| +void InitializeSSL() {
 | 
| +  SecureSocket.initialize();
 | 
| +}
 | 
| +
 | 
|  void main() {
 | 
|    testBadHostName();
 | 
| +  Expect.throws(InitializeSSL);
 | 
|  }
 | 
| 
 |