We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4234a commit 908ff20Copy full SHA for 908ff20
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: ed25dfe2ca2008dc1b52edf4246744e60f6f369f
+refs/heads/master: 1348a383c39a083424280ab4f4d20b622e1769a6
trunk/src/test/run-pass/lib-run.rs
@@ -4,19 +4,12 @@ use std;
4
import std::run;
5
6
// 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")]
11
fn test_leaks() {
12
run::run_program("echo", []);
13
run::start_program("echo", []);
14
run::program_output("echo", []);
15
}
16
17
-#[cfg(target_os = "win32")]
18
-fn test_leaks() {}
19
20
fn main() {
21
test_leaks();
22
0 commit comments