| Index: tests/standalone/io/secure_socket_test.dart
|
| diff --git a/tests/standalone/io/secure_socket_test.dart b/tests/standalone/io/secure_socket_test.dart
|
| index 84a9fb8806be8904e65789cc8a686996fe4a69f2..d9ff854ce3324016067d58a0d52f6a0fce71e2dd 100644
|
| --- a/tests/standalone/io/secure_socket_test.dart
|
| +++ b/tests/standalone/io/secure_socket_test.dart
|
| @@ -34,7 +34,7 @@ Future<HttpServer> startServer() {
|
|
|
| void InitializeSSL() {
|
| var testPkcertDatabase =
|
| - new Path(new Options().script).directoryPath.append('pkcert/');
|
| + new Path(Platform.script).directoryPath.append('pkcert/');
|
| SecureSocket.initialize(database: testPkcertDatabase.toNativePath(),
|
| password: 'dartdart');
|
| }
|
|
|