Skip to content

Commit 06148cb

Browse files
committed
ignore emscripten
1 parent f173a4c commit 06148cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/compile-fail/simd-intrinsic-generic-reduction.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// min-llvm-version 5.0
12+
// ignore-emscripten
1213

1314
// Test that the simd_reduce_{op} intrinsics produce ok-ish error
1415
// messages when misused.

src/test/run-pass/simd-intrinsic-generic-reduction.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// min-llvm-version 5.0
12+
// ignore-emscripten
1213

1314
// Test that the simd_reduce_{op} intrinsics produce the correct results.
1415

0 commit comments

Comments
 (0)