android support added to test case

This commit is contained in:
Young-il Choi 2013-11-18 17:47:25 +09:00
parent 093757ca80
commit 68024eb4eb

View File

@ -33,4 +33,5 @@ pub fn main() {
#[cfg(target_os = "macos")]
#[cfg(target_os = "linux")]
#[cfg(target_os = "freebsd")]
#[cfg(target_os = "android")]
pub fn main() { }