Index: tests/standalone/io/raw_secure_socket_test.dart |
diff --git a/tests/standalone/io/raw_secure_socket_test.dart b/tests/standalone/io/raw_secure_socket_test.dart |
index 06d6b8333c22b810b92c61f5dc15227e3c5381a7..228bfd3329e4b3b173c2b78ab1017696640f80aa 100644 |
--- a/tests/standalone/io/raw_secure_socket_test.dart |
+++ b/tests/standalone/io/raw_secure_socket_test.dart |
@@ -35,7 +35,7 @@ Future<HttpServer> startServer() { |
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'); |
} |