Log completion on the many.rs test.
This commit is contained in:
parent
75f0c36931
commit
6014384a5d
@ -15,5 +15,7 @@
|
||||
let port[int] p = port();
|
||||
auto child = spawn sub(chan(p), 500);
|
||||
let int y <- p;
|
||||
log "transmission complete";
|
||||
log y;
|
||||
check (y == 500);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user