Skip to content

Commit 657f1cf

Browse files
committed
Fix x86stdcall test with emscripten
1 parent 1730378 commit 657f1cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/run-pass/x86stdcall.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ pub fn main() {
3838
target_os = "netbsd",
3939
target_os = "openbsd",
4040
target_os = "android",
41-
target_os = "solaris"))]
41+
target_os = "solaris",
42+
target_os = "emscripten"))]
4243
pub fn main() { }

0 commit comments

Comments
 (0)