mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 06:22:00 +00:00
Log completion on the many.rs test.
This commit is contained in:
parent
75f0c36931
commit
6014384a5d
@ -15,5 +15,7 @@ io fn main() {
|
|||||||
let port[int] p = port();
|
let port[int] p = port();
|
||||||
auto child = spawn sub(chan(p), 500);
|
auto child = spawn sub(chan(p), 500);
|
||||||
let int y <- p;
|
let int y <- p;
|
||||||
|
log "transmission complete";
|
||||||
|
log y;
|
||||||
check (y == 500);
|
check (y == 500);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user