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 8eb639f9976e2583103f1ed7de09ebdc4a0d4530..c14567aa580515b0d1e068609d9e14d59e7536ca 100644 |
--- a/tests/standalone/io/https_server_test.dart |
+++ b/tests/standalone/io/https_server_test.dart |
@@ -64,7 +64,7 @@ void InitializeSSL() { |
var testPkcertDatabase = |
new Path.fromNative(new Options().script).directoryPath.append('pkcert/'); |
SecureSocket.setCertificateDatabase(testPkcertDatabase.toNativePath(), |
- 'dartdart'); |
+ password: 'dartdart'); |
} |
void main() { |