Ignore the broken symlinks test on windows

This commit is contained in:
Tom Jakubowski 2014-07-07 18:07:23 -07:00
parent f488174208
commit 94ba70881d

View File

@ -627,7 +627,8 @@ test!(self_dependency {
execs().with_status(0));
})
test!(ignore_bogus_symlinks {
#[cfg(not(windows))]
test!(ignore_broken_symlinks {
let p = project("foo")
.file("Cargo.toml", basic_bin_manifest("foo").as_slice())
.file("src/foo.rs", main_file(r#""i am foo""#, []).as_slice())