Index: tests/standalone/io/secure_server_socket_test.dart |
diff --git a/tests/standalone/io/secure_server_socket_test.dart b/tests/standalone/io/secure_server_socket_test.dart |
index 9563fc9ee49f974f6d659ce15263bb18ee4ee63e..788fe32bd74981fc019040552b31228f2ae5e68e 100644 |
--- a/tests/standalone/io/secure_server_socket_test.dart |
+++ b/tests/standalone/io/secure_server_socket_test.dart |
@@ -186,7 +186,7 @@ void testSimpleReadWrite() { |
} |
main() { |
- Path scriptDir = new Path(new Options().script).directoryPath; |
+ Path scriptDir = new Path(Platform.script).directoryPath; |
Path certificateDatabase = scriptDir.append('pkcert'); |
SecureSocket.initialize(database: certificateDatabase.toNativePath(), |
password: 'dartdart', |