Skip to content

Commit c776439

Browse files
committed
---
yaml --- r: 34843 b: refs/heads/master c: 9980f25 h: refs/heads/master i: 34841: e3b3a97 34839: dedc21c v: v3
1 parent ab63104 commit c776439

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 837875711a8724784e401ee5ef2fecad006a0ca6
2+
refs/heads/master: 9980f25a029d9c91f24410d00569e8b479b74edd
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/src/libstd/net_tcp.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,8 @@ mod test {
13871387
let sock = result::unwrap(move connect_result);
13881388
13891389
// This is what we are actually testing!
1390-
assert net::ip::format_addr(&sock.get_peer_addr()) == ~"127.0.0.1";
1390+
assert net::ip::format_addr(&sock.get_peer_addr()) ==
1391+
~"127.0.0.1";
13911392
assert net::ip::get_port(&sock.get_peer_addr()) == 8887;
13921393

13931394
// Fulfill the protocol the test server expects

0 commit comments

Comments
 (0)