| Index: tests/standalone/io/raw_secure_socket_pause_test.dart
|
| diff --git a/tests/standalone/io/raw_secure_socket_pause_test.dart b/tests/standalone/io/raw_secure_socket_pause_test.dart
|
| index a8d01de768aacb74d0416177238c998e3364a4a0..cfd93cb721528bd51e9095651bbd2968d5ed83eb 100644
|
| --- a/tests/standalone/io/raw_secure_socket_pause_test.dart
|
| +++ b/tests/standalone/io/raw_secure_socket_pause_test.dart
|
| @@ -14,7 +14,7 @@ import "dart:isolate";
|
|
|
| Future<HttpServer> startServer() {
|
| return HttpServer.bindSecure(
|
| - "localhost",
|
| + "127.0.0.1",
|
| 0,
|
| backlog: 5,
|
| certificateName: 'localhost_cert').then((server) {
|
|
|