Skip to content

Commit caffe12

Browse files
garethgareth
gareth
authored and
gareth
committed
Fix issue 2626 by un-ignoring the mysterious test_leaks,
which does currently seem to work on win32 (and linux).
1 parent 7cacd87 commit caffe12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/run.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ mod tests {
520520
use run;
521521

522522
// Regression test for memory leaks
523-
#[ignore(cfg(windows))] // FIXME (#2626)
523+
#[test]
524524
fn test_leaks() {
525525
run::run_program("echo", []);
526526
run::start_program("echo", []);

0 commit comments

Comments
 (0)