]> 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 9df96b35ce1b40bbfb2f923d9a4b8b3dbcdc6a47..fb257bf7b500c50f09c82713b9cb80be4e71e395 100644 (file)
@@ -8,8 +8,12 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// pretty-expanded FIXME #23616
+// ignore-emscripten
+
 #![feature(asm)]
 
 pub fn main() {
     unsafe { asm!(concat!("", "")) };
 }
+