diff options
| author | Simon Wollwage <mail.wollwage@gmail.com> | 2014-11-20 00:56:50 +0100 |
|---|---|---|
| committer | Simon Wollwage <mail.wollwage@gmail.com> | 2014-11-20 00:56:50 +0100 |
| commit | f950e3c495e191b99493b84bce0adc0ee857f23f (patch) | |
| tree | f7ca04f311408ce7873923c0d34ee5d9de360fac /src/test/debuginfo/method-on-enum.rs | |
| parent | 4a83726517009688440ac99771560968d33d015c (diff) | |
| download | rust-f950e3c495e191b99493b84bce0adc0ee857f23f.tar.gz rust-f950e3c495e191b99493b84bce0adc0ee857f23f.zip | |
removed struct_variant feature from tests
Diffstat (limited to 'src/test/debuginfo/method-on-enum.rs')
| -rw-r--r-- | src/test/debuginfo/method-on-enum.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/debuginfo/method-on-enum.rs b/src/test/debuginfo/method-on-enum.rs index 399d9fabd7a..d86aa54f451 100644 --- a/src/test/debuginfo/method-on-enum.rs +++ b/src/test/debuginfo/method-on-enum.rs @@ -113,8 +113,6 @@ // lldb-check:[...]$14 = -10 // lldb-command:continue -#![feature(struct_variant)] - enum Enum { Variant1 { x: u16, y: u16 }, Variant2 (u32) |
