Skip to content

Commit

Permalink
auto merge of #10794 : alexcrichton/rust/issue-10790, r=alexcrichton
Browse files Browse the repository at this point in the history
Note entirely sure how this is passing at all today, but regardless this fixes
the problems seen in #10790 

Closes #10790
  • Loading branch information
bors committed Dec 4, 2013
2 parents 1191ae8 + 0cd79ee commit 9169579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-pass/issue-10626.rs
Expand Up @@ -25,6 +25,7 @@ fn main () {
for _ in range(0, 1000) {
println!("hello?");
}
return;
}

let config = process::ProcessConfig {
Expand Down

0 comments on commit 9169579

Please sign in to comment.