auto merge of #10794 : alexcrichton/rust/issue-10790, r=alexcrichton

Note entirely sure how this is passing at all today, but regardless this fixes
the problems seen in #10790 

Closes #10790
This commit is contained in:
bors 2013-12-04 05:26:35 -08:00
commit 91695797c2

View file

@ -25,6 +25,7 @@ fn main () {
for _ in range(0, 1000) {
println!("hello?");
}
return;
}
let config = process::ProcessConfig {