Fix emtest compilation issues

This commit is contained in:
Steve Akinyemi
2019-01-18 01:25:05 +01:00
parent a17d8c0877
commit 456a76a5e5
4 changed files with 49 additions and 23 deletions

View File

@ -2,5 +2,5 @@ pub mod mmap;
pub mod slice;
mod file_descriptor;
#[cfg(test)]
pub mod stdio;
//#[cfg(test)]
pub mod stdio;