| Index: tests/standalone/io/raw_secure_socket_pause_test.dart
|
| diff --git a/tests/standalone/io/raw_secure_socket_pause_test.dart b/tests/standalone/io/raw_secure_socket_pause_test.dart
|
| index a8d01de768aacb74d0416177238c998e3364a4a0..a0d678f24e33f65dd2ed54e1829d53e8244ec5b5 100644
|
| --- a/tests/standalone/io/raw_secure_socket_pause_test.dart
|
| +++ b/tests/standalone/io/raw_secure_socket_pause_test.dart
|
| @@ -35,7 +35,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');
|
| }
|
|
|