Skip to content

Commit e8d8ea6

Browse files
committed
---
yaml --- r: 44984 b: refs/heads/master c: 5653fe6 h: refs/heads/master v: v3
1 parent f6274e9 commit e8d8ea6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 6d764cc361b2e82f6ffead7bb7ddea18adf31481
2+
refs/heads/master: 5653fe666dcf35f1139f1b561288fd925d593783
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
55
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3

trunk/src/test/run-pass/issue-3168.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ pub fn main() {
1818
p2.recv();
1919
error!("sibling fails");
2020
fail!();
21-
}
21+
}
2222
let (p3,c3) = comm::stream();
2323
c.send(c3);
2424
c2.send(());
2525
error!("child blocks");
2626
p3.recv();
27-
};
27+
};
2828
error!("parent tries");
2929
assert !p.recv().try_send(());
3030
error!("all done!");

0 commit comments

Comments
 (0)