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/generic-static-method-on-struct-and-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/generic-static-method-on-struct-and-enum.rs')
| -rw-r--r-- | src/test/debuginfo/generic-static-method-on-struct-and-enum.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs b/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs index 28897a9e837..d69d432fcb3 100644 --- a/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs +++ b/src/test/debuginfo/generic-static-method-on-struct-and-enum.rs @@ -31,8 +31,6 @@ // gdb-check:$5 = 5 // gdb-command:continue -#![feature(struct_variant)] - struct Struct { x: int } |
