Skip to content

Commit a99fac3

Browse files
committed
---
yaml --- r: 4064 b: refs/heads/master c: ed25dfe h: refs/heads/master v: v3
1 parent 91989d4 commit a99fac3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5566e0c3f1cf00c85cbbc081faa7519be674d3b4
2+
refs/heads/master: ed25dfe2ca2008dc1b52edf4246744e60f6f369f

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ use std;
44
import std::io;
55
import std::str;
66

7+
#[cfg(target_os = "linux")]
8+
#[cfg(target_os = "win32")]
79
fn test_simple() {
810
let str tmpfile = "test/run-pass/lib-io-test-simple.tmp";
911
log tmpfile;
@@ -20,6 +22,10 @@ fn test_simple() {
2022
assert (str::eq(frood, frood2));
2123
}
2224

25+
// FIXME (726)
26+
#[cfg(target_os = "macos")]
27+
fn test_simple() {}
28+
2329
fn main() {
2430
test_simple();
2531
}

0 commit comments

Comments
 (0)