diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/x86stdcall.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/run-pass/x86stdcall.rs b/src/test/run-pass/x86stdcall.rs index c8c96b299fa..106bf8ce7df 100644 --- a/src/test/run-pass/x86stdcall.rs +++ b/src/test/run-pass/x86stdcall.rs @@ -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() { } |
