| Index: tests/standalone/io/raw_secure_server_socket_test.dart
|
| diff --git a/tests/standalone/io/raw_secure_server_socket_test.dart b/tests/standalone/io/raw_secure_server_socket_test.dart
|
| index 6618a1d94d1fad7c58afae66aa204a20c3ca7b65..0f4d0ee42f742829dceb5e759cbb1848b38829a2 100644
|
| --- a/tests/standalone/io/raw_secure_server_socket_test.dart
|
| +++ b/tests/standalone/io/raw_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";
|
|
|
|
|