Skip to content

Commit 50e7423

Browse files
committed
---
yaml --- r: 6543 b: refs/heads/master c: 2511299 h: refs/heads/master i: 6541: 1cebb01 6539: c936566 6535: 1de40c7 6527: 014babc v: v3
1 parent 9d2d632 commit 50e7423

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b8fcf0ab0ec5993981cc07fdb110f5a3db988a2b
2+
refs/heads/master: 2511299024fcf15d8febe98869c1523771a990e3

trunk/src/test/run-pass/send-iloop.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ fn iloop(&&_i: ()) {
1414
let p = comm::port::<()>();
1515
let c = comm::chan(p);
1616
while true {
17+
// Sending and receiving here because these actions yield,
18+
// at which point our child can kill us
1719
comm::send(c, ());
20+
comm::recv(p);
1821
}
1922
}
2023

0 commit comments

Comments
 (0)