auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton
cc #17490 Reopening of #16230
This commit is contained in:
@@ -320,7 +320,7 @@ mod tests {
|
||||
}, proc(_client) {
|
||||
// drop the client
|
||||
})
|
||||
} #[ignore(cfg(windows))]) // FIXME(#12516)
|
||||
} #[cfg_attr(windows, ignore)]) // FIXME(#12516)
|
||||
|
||||
iotest!(fn write_begone() {
|
||||
smalltest(proc(mut server) {
|
||||
|
||||
Reference in New Issue
Block a user