| Index: tests/standalone/io/secure_client_server_test.dart
|
| diff --git a/tests/standalone/io/secure_client_server_test.dart b/tests/standalone/io/secure_client_server_test.dart
|
| index 6681c1125f489f288d40fc19e69e9eb63f5a4506..c65c99a953974e7d0be3e1796c0bcfa354837e5c 100644
|
| --- a/tests/standalone/io/secure_client_server_test.dart
|
| +++ b/tests/standalone/io/secure_client_server_test.dart
|
| @@ -12,7 +12,7 @@ import "dart:async";
|
| import "dart:io";
|
| import "dart:isolate";
|
|
|
| -const SERVER_ADDRESS = "127.0.0.1";
|
| +const SERVER_ADDRESS = "localhost";
|
| const HOST_NAME = "localhost";
|
| const CERTIFICATE = "localhost_cert";
|
| Future<SecureServerSocket> startEchoServer() {
|
|
|