Skip to content

Commit 1348a38

Browse files
committed
Enable run-pass/lib-run on win32. Closes #714
1 parent ed25dfe commit 1348a38

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/test/run-pass/lib-run.rs

-7
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,12 @@ use std;
44
import std::run;
55

66
// Regression test for memory leaks
7-
// FIXME (714) Why does this fail on win32?
8-
9-
#[cfg(target_os = "linux")]
10-
#[cfg(target_os = "macos")]
117
fn test_leaks() {
128
run::run_program("echo", []);
139
run::start_program("echo", []);
1410
run::program_output("echo", []);
1511
}
1612

17-
#[cfg(target_os = "win32")]
18-
fn test_leaks() {}
19-
2013
fn main() {
2114
test_leaks();
2215
}

0 commit comments

Comments
 (0)