1
Fork 0

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

@ -29,8 +29,6 @@
// gdb-command:print univariant
// gdb-check:$4 = {{a = -1}}
#![feature(struct_variant)]
use self::Regular::{Case1, Case2, Case3};
use self::Univariant::TheOnlyCase;