Chromium Code Reviews| 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 fbefbeb1f43810ef8178c5780286645b3f80659f..11ee26ec63dadbb00e51ea40c1190a897ca2b03b 100644 |
| --- a/tests/standalone/io/https_server_test.dart |
| +++ b/tests/standalone/io/https_server_test.dart |
| @@ -8,7 +8,7 @@ import "dart:io"; |
| import "dart:uri"; |
| import "dart:isolate"; |
| -const SERVER_ADDRESS = "127.0.0.1"; |
| +const SERVER_ADDRESS = "localhost"; |
|
Søren Gjesse
2013/04/22 15:02:08
Remove one of the constants.
In a number of other
Anders Johnsen
2013/04/23 08:03:57
Done.
|
| const HOST_NAME = "localhost"; |
| void testListenOn() { |