| Index: tests/standalone/io/http_proxy_test.dart
|
| diff --git a/tests/standalone/io/http_proxy_test.dart b/tests/standalone/io/http_proxy_test.dart
|
| index 5e7bfe1e7c32ee7038eaa9edad5d450171543a25..70e06b651e7d61d3bca947373480a3de7087e0ea 100644
|
| --- a/tests/standalone/io/http_proxy_test.dart
|
| +++ b/tests/standalone/io/http_proxy_test.dart
|
| @@ -746,7 +746,7 @@ void testRealProxyAuth() {
|
|
|
| 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');
|
| }
|
|
|