Long lines

This commit is contained in:
Brian Anderson 2012-10-20 18:06:01 -07:00
parent 837875711a
commit 9980f25a02

View File

@ -1387,7 +1387,8 @@ fn impl_gl_tcp_ipv4_get_peer_addr() {
let sock = result::unwrap(move connect_result);
// This is what we are actually testing!
assert net::ip::format_addr(&sock.get_peer_addr()) == ~"127.0.0.1";
assert net::ip::format_addr(&sock.get_peer_addr()) ==
~"127.0.0.1";
assert net::ip::get_port(&sock.get_peer_addr()) == 8887;
// Fulfill the protocol the test server expects