summary refs log tree commit diff
path: root/src/test/debuginfo/struct-style-enum.rs
diff options
context:
space:
mode:
authorSimon Wollwage <mail.wollwage@gmail.com>2014-11-20 00:56:50 +0100
committerSimon Wollwage <mail.wollwage@gmail.com>2014-11-20 00:56:50 +0100
commitf950e3c495e191b99493b84bce0adc0ee857f23f (patch)
treef7ca04f311408ce7873923c0d34ee5d9de360fac /src/test/debuginfo/struct-style-enum.rs
parent4a83726517009688440ac99771560968d33d015c (diff)
downloadrust-f950e3c495e191b99493b84bce0adc0ee857f23f.tar.gz
rust-f950e3c495e191b99493b84bce0adc0ee857f23f.zip
removed struct_variant feature from 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;