Skip to content

Commit

Permalink
fixup windows std_misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Apr 9, 2015
1 parent 53a609b commit ea73179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass/issue-13259-windows-tcb-trash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// pretty-expanded FIXME #23616

#![feature(libc)]
#![feature(libc, std_misc)]

extern crate libc;

Expand Down
2 changes: 2 additions & 0 deletions src/test/run-pass/x86stdcall2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

// pretty-expanded FIXME #23616

#![feature(std_misc)]

pub type HANDLE = u32;
pub type DWORD = u32;
pub type SIZE_T = u32;
Expand Down

0 comments on commit ea73179

Please sign in to comment.