about summary refs log tree commit diff
path: root/tests/codegen-llvm/array-repeat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen-llvm/array-repeat.rs')
-rw-r--r--tests/codegen-llvm/array-repeat.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen-llvm/array-repeat.rs b/tests/codegen-llvm/array-repeat.rs
index 4c755df9390..1c45341d764 100644
--- a/tests/codegen-llvm/array-repeat.rs
+++ b/tests/codegen-llvm/array-repeat.rs
@@ -1,7 +1,6 @@
 //@ compile-flags: -Copt-level=3
 
 #![crate_type = "lib"]
-#![feature(array_repeat)]
 
 use std::array::repeat;