| Index: tests/standalone/io/https_server_test.dart
|
| diff --git a/tests/standalone/io/https_server_test.dart b/tests/standalone/io/https_server_test.dart
|
| index 2e0b2a0c707f6dc7b4850a64f997b5179b94d7d2..6ca31bc335098ec87eac159f1ecbfac8d04943ab 100644
|
| --- a/tests/standalone/io/https_server_test.dart
|
| +++ b/tests/standalone/io/https_server_test.dart
|
| @@ -59,7 +59,7 @@ void testListenOn() {
|
|
|
| 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');
|
| }
|
|
|