From 68024eb4eb55ee6bca1279fc755a0b9bc6ec58cd Mon Sep 17 00:00:00 2001 From: Young-il Choi Date: Mon, 18 Nov 2013 17:47:25 +0900 Subject: [PATCH] android support added to test case --- src/test/run-pass/x86stdcall.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/x86stdcall.rs b/src/test/run-pass/x86stdcall.rs index 21e970e3c870..01370ed12b44 100644 --- a/src/test/run-pass/x86stdcall.rs +++ b/src/test/run-pass/x86stdcall.rs @@ -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() { }