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 54b1c71818b5ee420f5da1acac3200a09e143913..8e4cf2de6a6ef15b00ed642c6651a51822704838 100644 |
--- a/tests/standalone/io/https_server_test.dart |
+++ b/tests/standalone/io/https_server_test.dart |
@@ -62,7 +62,7 @@ void testListenOn() { |
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'); |
} |