Skip to content

Commit

Permalink
auto merge of #5912 : Dretch/rust/issue-2626, r=graydon
Browse files Browse the repository at this point in the history
which does currently seem to work on win32 (and linux).

Just mentioning issue #2626 again to make sure github picks it up.
  • Loading branch information
bors committed Apr 18, 2013
2 parents 16652c9 + caffe12 commit 3b48063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ mod tests {
use run;

// Regression test for memory leaks
#[ignore(cfg(windows))] // FIXME (#2626)
#[test]
fn test_leaks() {
run::run_program("echo", []);
run::start_program("echo", []);
Expand Down

0 comments on commit 3b48063

Please sign in to comment.