| Index: tests/standalone/io/secure_multiple_client_server_test.dart
 | 
| diff --git a/tests/standalone/io/secure_multiple_client_server_test.dart b/tests/standalone/io/secure_multiple_client_server_test.dart
 | 
| index e0e91e4927531c4b55eadd11e0e8dc7863cb6c97..b5af21abc590b762950b1796b319317c2e7327a0 100644
 | 
| --- a/tests/standalone/io/secure_multiple_client_server_test.dart
 | 
| +++ b/tests/standalone/io/secure_multiple_client_server_test.dart
 | 
| @@ -45,7 +45,7 @@ Future testClient(server, name) {
 | 
|  }
 | 
|  
 | 
|  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');
 | 
| 
 |