Fix x86stdcall test with emscripten

This commit is contained in:
Pierre Krieger 2016-02-10 10:37:02 +01:00
parent 173037840e
commit 657f1cf0e0

View File

@ -38,5 +38,6 @@ pub fn main() {
target_os = "netbsd",
target_os = "openbsd",
target_os = "android",
target_os = "solaris"))]
target_os = "solaris",
target_os = "emscripten"))]
pub fn main() { }