File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/auto/src/test/run-pass Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
- refs/heads/auto: 6d764cc361b2e82f6ffead7bb7ddea18adf31481
17
+ refs/heads/auto: 5653fe666dcf35f1139f1b561288fd925d593783
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ pub fn main() {
18
18
p2. recv ( ) ;
19
19
error ! ( "sibling fails" ) ;
20
20
fail ! ( ) ;
21
- }
21
+ }
22
22
let ( p3, c3) = comm:: stream ( ) ;
23
23
c. send ( c3) ;
24
24
c2. send ( ( ) ) ;
25
25
error ! ( "child blocks" ) ;
26
26
p3. recv ( ) ;
27
- } ;
27
+ } ;
28
28
error ! ( "parent tries" ) ;
29
29
assert !p. recv ( ) . try_send ( ( ) ) ;
30
30
error ! ( "all done!" ) ;
You can’t perform that action at this time.
0 commit comments