Index: tests/standalone/io/raw_secure_server_socket_argument_test.dart |
diff --git a/tests/standalone/io/raw_secure_server_socket_argument_test.dart b/tests/standalone/io/raw_secure_server_socket_argument_test.dart |
index 6c78cbc7f6ffe889846f99213997934f47edbe05..1ae00ae04f1df7b44be94c34fbc13532bdb926a2 100644 |
--- a/tests/standalone/io/raw_secure_server_socket_argument_test.dart |
+++ b/tests/standalone/io/raw_secure_server_socket_argument_test.dart |
@@ -27,7 +27,7 @@ void testArguments() { |
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', |