| Index: tests/standalone/io/socket_upgrade_to_secure_test.dart
 | 
| diff --git a/tests/standalone/io/socket_upgrade_to_secure_test.dart b/tests/standalone/io/socket_upgrade_to_secure_test.dart
 | 
| index cc66ce8b699924510bd7f18be885c0a162f24552..8564c980fd664954252b43608ea95cb06a9baae8 100644
 | 
| --- a/tests/standalone/io/socket_upgrade_to_secure_test.dart
 | 
| +++ b/tests/standalone/io/socket_upgrade_to_secure_test.dart
 | 
| @@ -211,7 +211,7 @@ void test(bool hostnameInConnect,
 | 
|  }
 | 
|  
 | 
|  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',
 | 
| 
 |