diff options
| author | Kelvin Ly <kelvin.ly1618@gmail.com> | 2015-01-05 14:58:02 -0500 |
|---|---|---|
| committer | Kelvin Ly <kelvin.ly1618@gmail.com> | 2015-01-05 14:58:02 -0500 |
| commit | 87eebd17cd994a1c847c4a8926663478c4670c40 (patch) | |
| tree | 20eb250e32494abae866ac4bde1bc2cc69a6b53a /src/test/debuginfo | |
| parent | 7e42338dc5e67a85821831b4f34bfb6f52c157d3 (diff) | |
| download | rust-87eebd17cd994a1c847c4a8926663478c4670c40.tar.gz rust-87eebd17cd994a1c847c4a8926663478c4670c40.zip | |
Fixed tests
Diffstat (limited to 'src/test/debuginfo')
| -rw-r--r-- | src/test/debuginfo/gdb-pretty-struct-and-enums.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/debuginfo/gdb-pretty-struct-and-enums.rs b/src/test/debuginfo/gdb-pretty-struct-and-enums.rs index 9b791fe1275..4472e1e047d 100644 --- a/src/test/debuginfo/gdb-pretty-struct-and-enums.rs +++ b/src/test/debuginfo/gdb-pretty-struct-and-enums.rs @@ -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}; |
