diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-08-18 17:00:33 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2024-08-18 17:00:33 -0400 |
| commit | 22ed23d680fbb50c90992b03e50968e7bce6f373 (patch) | |
| tree | 4a569a07373599643b11ca8ac9111abfb4fe19db /tests/debuginfo/c-style-enum-in-composite.rs | |
| parent | 41d06f41158b9efaaaeed141bd9a8315527410ec (diff) | |
| download | rust-22ed23d680fbb50c90992b03e50968e7bce6f373.tar.gz rust-22ed23d680fbb50c90992b03e50968e7bce6f373.zip | |
Convert lldbg- to lldb-
Diffstat (limited to 'tests/debuginfo/c-style-enum-in-composite.rs')
| -rw-r--r-- | tests/debuginfo/c-style-enum-in-composite.rs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/debuginfo/c-style-enum-in-composite.rs b/tests/debuginfo/c-style-enum-in-composite.rs index 4cd40c20ceb..642879cf3b6 100644 --- a/tests/debuginfo/c-style-enum-in-composite.rs +++ b/tests/debuginfo/c-style-enum-in-composite.rs @@ -30,25 +30,25 @@ // lldb-command:run // lldb-command:v tuple_interior_padding -// lldbg-check:[...] { 0 = 0 1 = OneHundred } +// lldb-check:[...] { 0 = 0 1 = OneHundred } // lldb-command:v tuple_padding_at_end -// lldbg-check:[...] { 0 = { 0 = 1 1 = OneThousand } 1 = 2 } +// lldb-check:[...] { 0 = { 0 = 1 1 = OneThousand } 1 = 2 } // lldb-command:v tuple_different_enums -// lldbg-check:[...] { 0 = OneThousand 1 = MountainView 2 = OneMillion 3 = Vienna } +// lldb-check:[...] { 0 = OneThousand 1 = MountainView 2 = OneMillion 3 = Vienna } // lldb-command:v padded_struct -// lldbg-check:[...] { a = 3 b = OneMillion c = 4 d = Toronto e = 5 } +// lldb-check:[...] { a = 3 b = OneMillion c = 4 d = Toronto e = 5 } // lldb-command:v packed_struct -// lldbg-check:[...] { a = 6 b = OneHundred c = 7 d = Vienna e = 8 } +// lldb-check:[...] { a = 6 b = OneHundred c = 7 d = Vienna e = 8 } // lldb-command:v non_padded_struct -// lldbg-check:[...] { a = OneMillion b = MountainView c = OneThousand d = Toronto } +// lldb-check:[...] { a = OneMillion b = MountainView c = OneThousand d = Toronto } // lldb-command:v struct_with_drop -// lldbg-check:[...] { 0 = { a = OneHundred b = Vienna } 1 = 9 } +// lldb-check:[...] { 0 = { a = OneHundred b = Vienna } 1 = 9 } #![allow(unused_variables)] #![feature(omit_gdb_pretty_printer_section)] |
