Fix native-type-mismatch test on win32
This commit is contained in:
parent
cc7ae32ba1
commit
b78eee8732
@ -3,5 +3,5 @@ use std;
|
||||
|
||||
fn main() {
|
||||
let std::os::libc::FILE f = std::io::rustrt::rust_get_stdin();
|
||||
std::os::libc::opendir(f);
|
||||
std::os::libc::fopen(f, f);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user