about summary refs log tree commit diff
path: root/tests/ui/asm/parse-error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/asm/parse-error.rs')
-rw-r--r--tests/ui/asm/parse-error.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/asm/parse-error.rs b/tests/ui/asm/parse-error.rs
index 16ae0282864..4d7b522f5fc 100644
--- a/tests/ui/asm/parse-error.rs
+++ b/tests/ui/asm/parse-error.rs
@@ -1,7 +1,5 @@
 //@ needs-asm-support
 
-#![feature(asm_const)]
-
 use std::arch::{asm, global_asm};
 
 fn main() {