]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/asm-concat-src.rs
Ignore some failing test on wasm32-unknown-emscripten
[rust.git] / src / test / run-pass / asm-concat-src.rs
index 716c3d47a0365a2fb8410be081464a8fe3413dbf..fb257bf7b500c50f09c82713b9cb80be4e71e395 100644 (file)
@@ -9,9 +9,11 @@
 // except according to those terms.
 
 // pretty-expanded FIXME #23616
+// ignore-emscripten
 
 #![feature(asm)]
 
 pub fn main() {
     unsafe { asm!(concat!("", "")) };
 }
+