diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-11-25 13:51:43 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-11-25 13:52:07 -0800 |
| commit | f648de74a5e530fa64493ae1eb3878a1fc184fd4 (patch) | |
| tree | 8510614e34f1bdc93d6fd0cac44c3b6f6f70d9bf /src/libcore | |
| parent | 5c0206a1e4e5049a4a5d35ea6fee10cbd3f45aa0 (diff) | |
Ignore a should_fail test on windows
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/io.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/io.rs b/src/libcore/io.rs index fc9b9a4e889..a498adc1788 100644 --- a/src/libcore/io.rs +++ b/src/libcore/io.rs @@ -1203,6 +1203,7 @@ mod tests { #[test] #[should_fail] + #[ignore(cfg(windows))] fn test_read_buffer_too_small() { let path = &Path("tmp/lib-io-test-read-buffer-too-small.tmp"); // ensure the file exists |
