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:
parent
693ec73b9b
commit
0cd79ee18a
@ -25,6 +25,7 @@ fn main () {
|
||||
for _ in range(0, 1000) {
|
||||
println!("hello?");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
let config = process::ProcessConfig {
|
||||
|
Loading…
x
Reference in New Issue
Block a user