Fixed tests

This commit is contained in:
Kelvin Ly 2015-01-05 14:58:02 -05:00
parent 7e42338dc5
commit 87eebd17cd

View File

@ -70,10 +70,10 @@
// gdb-check:$16 = NestedVariant2 = {abc = NestedStruct = {regular_struct = RegularStruct = {the_first_field = 117, the_second_field = 118.5, the_third_field = false, the_fourth_field = "NestedStructString10"}, tuple_struct = TupleStruct = {119.5, 120}, empty_struct = EmptyStruct, c_style_enum = CStyleEnumVar3, mixed_enum = MixedEnumStructVar = {field1 = 121.5, field2 = -122}}}
// gdb-command: print none_check1
// gdb-check:$16 = None
// gdb-check:$17 = None
// gdb-command: print none_check2
// gdb-check:$17 = None
// gdb-check:$18 = None
use self::CStyleEnum::{CStyleEnumVar1, CStyleEnumVar2, CStyleEnumVar3};
use self::CStyleEnum::{CStyleEnumVar1, CStyleEnumVar2, CStyleEnumVar3};