| Index: tests/standalone/io/secure_client_server_test.dart
 | 
| diff --git a/tests/standalone/io/secure_client_server_test.dart b/tests/standalone/io/secure_client_server_test.dart
 | 
| index 11cf43393ac69b90c82d0d10bade6b5e0826d85d..9806444bac4d38de925cc6603ed4ada762cb4690 100644
 | 
| --- a/tests/standalone/io/secure_client_server_test.dart
 | 
| +++ b/tests/standalone/io/secure_client_server_test.dart
 | 
| @@ -42,7 +42,7 @@ Future testClient(server) {
 | 
|  }
 | 
|  
 | 
|  void main() {
 | 
| -  Path scriptDir = new Path(new Options().script).directoryPath;
 | 
| +  Path scriptDir = new Path(Platform.script).directoryPath;
 | 
|    Path certificateDatabase = scriptDir.append('pkcert');
 | 
|    SecureSocket.initialize(database: certificateDatabase.toNativePath(),
 | 
|                            password: 'dartdart');
 | 
| 
 |