| Index: tests/standalone/io/raw_secure_server_closing_test.dart
|
| diff --git a/tests/standalone/io/raw_secure_server_closing_test.dart b/tests/standalone/io/raw_secure_server_closing_test.dart
|
| index c1b7ddc724e48022c4acea118cdbf4cddac72de0..a629d4596d9808a133f92d58cd518a6b558e743d 100644
|
| --- a/tests/standalone/io/raw_secure_server_closing_test.dart
|
| +++ b/tests/standalone/io/raw_secure_server_closing_test.dart
|
| @@ -143,7 +143,7 @@ testCloseServer() {
|
|
|
|
|
| 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',
|
|
|