Skip to content

Commit 87eebd1

Browse files
committed
Fixed tests
1 parent 7e42338 commit 87eebd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/debuginfo/gdb-pretty-struct-and-enums.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
// 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}}}
7171

7272
// gdb-command: print none_check1
73-
// gdb-check:$16 = None
73+
// gdb-check:$17 = None
7474

7575
// gdb-command: print none_check2
76-
// gdb-check:$17 = None
76+
// gdb-check:$18 = None
7777

7878
use self::CStyleEnum::{CStyleEnumVar1, CStyleEnumVar2, CStyleEnumVar3};
7979
use self::CStyleEnum::{CStyleEnumVar1, CStyleEnumVar2, CStyleEnumVar3};

0 commit comments

Comments
 (0)