| 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 dbe0355b4e2d31cf58b50c7a32f828ece65ffd9b..a4f12653315a9920f19cb9ad6b30aa2b6612caa9 100644
|
| --- a/tests/standalone/io/secure_server_socket_test.dart
|
| +++ b/tests/standalone/io/secure_server_socket_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";
|
|
|
|
|