removed struct_variant feature from tests

This commit is contained in:
Simon Wollwage 2014-11-20 00:56:50 +01:00
parent 4a83726517
commit f950e3c495
46 changed files with 6 additions and 76 deletions

View file

@ -54,8 +54,6 @@
// lldb-check:[...]$4 = 5
// lldb-command:continue
#![feature(struct_variant)]
struct Struct {
x: int
}