about summary refs log tree commit diff
path: root/src/test/debuginfo/struct-style-enum.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-11-22 08:46:44 +0000
committerbors <bors@rust-lang.org>2014-11-22 08:46:44 +0000
commit7765993d62b8f8653f79bfb8a2a8702f7ec19919 (patch)
treedc76887d794a06ff3da070ce0951d78f8d4eae64 /src/test/debuginfo/struct-style-enum.rs
parent829680840c1ef23439756ecc5fda16114026eed3 (diff)
parentf950e3c495e191b99493b84bce0adc0ee857f23f (diff)
downloadrust-7765993d62b8f8653f79bfb8a2a8702f7ec19919.tar.gz
rust-7765993d62b8f8653f79bfb8a2a8702f7ec19919.zip
auto merge of #19124 : Kintaro/rust/remove_test_struct_variants, r=bstrie
Removed usage of struct_variant feature from all tests.
Diffstat (limited to 'src/test/debuginfo/struct-style-enum.rs')
-rw-r--r--src/test/debuginfo/struct-style-enum.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/debuginfo/struct-style-enum.rs b/src/test/debuginfo/struct-style-enum.rs
index 899b43ad559..48c6c2d79fb 100644
--- a/src/test/debuginfo/struct-style-enum.rs
+++ b/src/test/debuginfo/struct-style-enum.rs
@@ -49,7 +49,6 @@
 // lldb-check:[...]$3 = TheOnlyCase { a: -1 }
 
 #![allow(unused_variables)]
-#![feature(struct_variant)]
 
 use self::Regular::{Case1, Case2, Case3};
 use self::Univariant::TheOnlyCase;