diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-08-17 17:31:13 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2024-08-18 12:39:06 -0400 |
| commit | 43146616710b6ea7017aed22a978f942d6eb7ca3 (patch) | |
| tree | 0783c9de4d1a5e9ac39ee7125d5d2b6166176f96 /tests/debuginfo/gdb-pretty-struct-and-enums.rs | |
| parent | f04f6ca36d2439375d20a98be013384afbab0782 (diff) | |
| download | rust-43146616710b6ea7017aed22a978f942d6eb7ca3.tar.gz rust-43146616710b6ea7017aed22a978f942d6eb7ca3.zip | |
Delete gdbg commands
Diffstat (limited to 'tests/debuginfo/gdb-pretty-struct-and-enums.rs')
| -rw-r--r-- | tests/debuginfo/gdb-pretty-struct-and-enums.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/debuginfo/gdb-pretty-struct-and-enums.rs b/tests/debuginfo/gdb-pretty-struct-and-enums.rs index 235295e887c..5b6977fdd5b 100644 --- a/tests/debuginfo/gdb-pretty-struct-and-enums.rs +++ b/tests/debuginfo/gdb-pretty-struct-and-enums.rs @@ -7,23 +7,18 @@ // gdb-command: run // gdb-command: print regular_struct -// gdbg-check:$1 = {the_first_field = 101, the_second_field = 102.5, the_third_field = false} // gdbr-check:$1 = gdb_pretty_struct_and_enums::RegularStruct {the_first_field: 101, the_second_field: 102.5, the_third_field: false} // gdb-command: print empty_struct -// gdbg-check:$2 = EmptyStruct // gdbr-check:$2 = gdb_pretty_struct_and_enums::EmptyStruct // gdb-command: print c_style_enum1 -// gdbg-check:$3 = CStyleEnumVar1 // gdbr-check:$3 = gdb_pretty_struct_and_enums::CStyleEnum::CStyleEnumVar1 // gdb-command: print c_style_enum2 -// gdbg-check:$4 = CStyleEnumVar2 // gdbr-check:$4 = gdb_pretty_struct_and_enums::CStyleEnum::CStyleEnumVar2 // gdb-command: print c_style_enum3 -// gdbg-check:$5 = CStyleEnumVar3 // gdbr-check:$5 = gdb_pretty_struct_and_enums::CStyleEnum::CStyleEnumVar3 #![allow(dead_code, unused_variables)] |
