| Index: tests/standalone/io/raw_secure_server_socket_test.dart
 | 
| diff --git a/tests/standalone/io/raw_secure_server_socket_test.dart b/tests/standalone/io/raw_secure_server_socket_test.dart
 | 
| index 4fd221feb3afd76c8b4ec5169436c30563b96f24..9e69d84fb5b53cee94a85826fb147e568d9d959d 100644
 | 
| --- a/tests/standalone/io/raw_secure_server_socket_test.dart
 | 
| +++ b/tests/standalone/io/raw_secure_server_socket_test.dart
 | 
| @@ -470,7 +470,7 @@ void testSimpleReadWrite({bool listenSecure,
 | 
|  }
 | 
|  
 | 
|  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',
 | 
| 
 |