Fix issue 2626 by un-ignoring the mysterious test_leaks,
which does currently seem to work on win32 (and linux).
This commit is contained in:
parent
7cacd87efd
commit
caffe127c7
@ -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", []);
|
||||
|
Loading…
x
Reference in New Issue
Block a user