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:
gareth 2013-04-16 21:23:44 +01:00
parent 7cacd87efd
commit caffe127c7

View File

@ -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", []);