| 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 fb5f916b04132701cfe2d0f8d2e5f05dea5efb66..c43ceb851efdfa68bf402366cc42eddf1a23c1c0 100644
|
| --- a/tests/standalone/io/raw_secure_server_socket_test.dart
|
| +++ b/tests/standalone/io/raw_secure_server_socket_test.dart
|
| @@ -435,7 +435,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',
|
|
|