Fix native-type-mismatch test on win32

This commit is contained in:
Brian Anderson 2011-07-18 13:47:04 -07:00
parent cc7ae32ba1
commit b78eee8732

View file

@ -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);
}