Don't infinitely recurse in a process test

Note entirely sure how this is passing at all today, but regardless this fixes
the problems seen in #10790
This commit is contained in:
Alex Crichton 2013-12-03 19:17:45 -08:00
parent 693ec73b9b
commit 0cd79ee18a

View File

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