about summary refs log tree commit diff
path: root/src/test/ui/macros/macro-expanded-include/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/macro-expanded-include/test.rs')
-rw-r--r--src/test/ui/macros/macro-expanded-include/test.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/macros/macro-expanded-include/test.rs b/src/test/ui/macros/macro-expanded-include/test.rs
index b8eb854b0b0..abf83a5c6ff 100644
--- a/src/test/ui/macros/macro-expanded-include/test.rs
+++ b/src/test/ui/macros/macro-expanded-include/test.rs
@@ -1,6 +1,6 @@
-// ignore-emscripten no asm! support
+// ignore-emscripten no llvm_asm! support
 // build-pass (FIXME(62277): could be check-pass?)
-#![feature(asm)]
+#![feature(llvm_asm)]
 #![allow(unused)]
 
 #[macro_use]