Skip to content

Commit c0654ce

Browse files
committed
Add ignore-emscripten too
1 parent ad2a8e8 commit c0654ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/mir-opt/lower_128bit_debug_test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// asmjs can't even pass i128 as arguments or return values, so ignore it.
1212
// this will hopefully be fixed by the LLVM 5 upgrade (#43370)
1313
// ignore-asmjs
14+
// ignore-emscripten
1415

1516
// compile-flags: -Z lower_128bit_ops -C debug_assertions=yes
1617

src/test/mir-opt/lower_128bit_test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// asmjs can't even pass i128 as arguments or return values, so ignore it.
1212
// this will hopefully be fixed by the LLVM 5 upgrade (#43370)
1313
// ignore-asmjs
14+
// ignore-emscripten
1415

1516
// compile-flags: -Z lower_128bit_ops -C debug_assertions=no
1617

0 commit comments

Comments
 (0)