about summary refs log tree commit diff
path: root/tests/codegen/asm/goto.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/asm/goto.rs')
-rw-r--r--tests/codegen/asm/goto.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/asm/goto.rs b/tests/codegen/asm/goto.rs
index 7a87bb7983b..f68c399c920 100644
--- a/tests/codegen/asm/goto.rs
+++ b/tests/codegen/asm/goto.rs
@@ -2,7 +2,7 @@
 //@ only-x86_64
 
 #![crate_type = "rlib"]
-#![feature(asm_goto, asm_goto_with_outputs)]
+#![feature(asm_goto_with_outputs)]
 
 use std::arch::asm;