| Index: tests/standalone/io/https_client_certificate_test.dart | 
| diff --git a/tests/standalone/io/https_client_certificate_test.dart b/tests/standalone/io/https_client_certificate_test.dart | 
| index bfa372fc00b3c0d472457487932004552e4bbfc5..ec79cacdc4913f44d31d4492145cefde76cf72c7 100644 | 
| --- a/tests/standalone/io/https_client_certificate_test.dart | 
| +++ b/tests/standalone/io/https_client_certificate_test.dart | 
| @@ -79,7 +79,7 @@ Function test(Map options) { | 
|  | 
| void InitializeSSL() { | 
| var testPkcertDatabase = | 
| -      new Path.fromNative(new Options().script).directoryPath.append('pkcert/'); | 
| +      new Path(new Options().script).directoryPath.append('pkcert/'); | 
| SecureSocket.initialize(database: testPkcertDatabase.toNativePath(), | 
| password: 'dartdart'); | 
| } | 
|  |