| Index: tests/standalone/io/secure_server_test.dart
|
| diff --git a/tests/standalone/io/secure_server_test.dart b/tests/standalone/io/secure_server_test.dart
|
| index d27ca9a4effd734298c3efd00956ad47153eda2f..f03928421c106c53de60fd987a2213f8b40485a0 100644
|
| --- a/tests/standalone/io/secure_server_test.dart
|
| +++ b/tests/standalone/io/secure_server_test.dart
|
| @@ -98,7 +98,7 @@ const CLIENT_NAMES = const ['able', 'baker', 'camera', 'donut', 'echo'];
|
|
|
| void main() {
|
| ReceivePort keepAlive = new ReceivePort();
|
| - Path scriptDir = new Path.fromNative(new Options().script).directoryPath;
|
| + Path scriptDir = new Path(new Options().script).directoryPath;
|
| Path certificateDatabase = scriptDir.append('pkcert');
|
| SecureSocket.initialize(database: certificateDatabase.toNativePath(),
|
| password: 'dartdart',
|
|
|