about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-04-10 02:09:19 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-04-10 02:09:19 +0530
commitea731797b821c3347be72fefcba32d48e04d27d0 (patch)
treecfb472437aefde7eab3e8e034c5dbb45c8f0f7c2
parent53a609b1dff981b16be31754bc6009924e83440c (diff)
downloadrust-ea731797b821c3347be72fefcba32d48e04d27d0.tar.gz
rust-ea731797b821c3347be72fefcba32d48e04d27d0.zip
fixup windows std_misc
-rw-r--r--src/test/run-pass/issue-13259-windows-tcb-trash.rs2
-rw-r--r--src/test/run-pass/x86stdcall2.rs2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/test/run-pass/issue-13259-windows-tcb-trash.rs b/src/test/run-pass/issue-13259-windows-tcb-trash.rs
index 34960b26456..9ebbddf5141 100644
--- a/src/test/run-pass/issue-13259-windows-tcb-trash.rs
+++ b/src/test/run-pass/issue-13259-windows-tcb-trash.rs
@@ -10,7 +10,7 @@
 
 // pretty-expanded FIXME #23616
 
-#![feature(libc)]
+#![feature(libc, std_misc)]
 
 extern crate libc;
 
diff --git a/src/test/run-pass/x86stdcall2.rs b/src/test/run-pass/x86stdcall2.rs
index 7b15531dacc..62da9c9d14b 100644
--- a/src/test/run-pass/x86stdcall2.rs
+++ b/src/test/run-pass/x86stdcall2.rs
@@ -10,6 +10,8 @@
 
 // pretty-expanded FIXME #23616
 
+#![feature(std_misc)]
+
 pub type HANDLE = u32;
 pub type DWORD = u32;
 pub type SIZE_T = u32;