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/packed-struct.rs | |
| parent | 41d06f41158b9efaaaeed141bd9a8315527410ec (diff) | |
| download | rust-22ed23d680fbb50c90992b03e50968e7bce6f373.tar.gz rust-22ed23d680fbb50c90992b03e50968e7bce6f373.zip | |
Convert lldbg- to lldb-
Diffstat (limited to 'tests/debuginfo/packed-struct.rs')
| -rw-r--r-- | tests/debuginfo/packed-struct.rs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/debuginfo/packed-struct.rs b/tests/debuginfo/packed-struct.rs index 5f5233e3732..2b3652fe861 100644 --- a/tests/debuginfo/packed-struct.rs +++ b/tests/debuginfo/packed-struct.rs @@ -28,22 +28,22 @@ // lldb-command:run // lldb-command:v packed -// lldbg-check:[...] { x = 123 y = 234 z = 345 } +// lldb-check:[...] { x = 123 y = 234 z = 345 } // lldb-command:v packedInPacked -// lldbg-check:[...] { a = 1111 b = { x = 2222 y = 3333 z = 4444 } c = 5555 d = { x = 6666 y = 7777 z = 8888 } } +// lldb-check:[...] { a = 1111 b = { x = 2222 y = 3333 z = 4444 } c = 5555 d = { x = 6666 y = 7777 z = 8888 } } // lldb-command:v packedInUnpacked -// lldbg-check:[...] { a = -1111 b = { x = -2222 y = -3333 z = -4444 } c = -5555 d = { x = -6666 y = -7777 z = -8888 } } +// lldb-check:[...] { a = -1111 b = { x = -2222 y = -3333 z = -4444 } c = -5555 d = { x = -6666 y = -7777 z = -8888 } } // lldb-command:v unpackedInPacked -// lldbg-check:[...] { a = 987 b = { x = 876 y = 765 z = 654 w = 543 } c = { x = 432 y = 321 z = 210 w = 109 } d = -98 } +// lldb-check:[...] { a = 987 b = { x = 876 y = 765 z = 654 w = 543 } c = { x = 432 y = 321 z = 210 w = 109 } d = -98 } // lldb-command:expr sizeof(packed) -// lldbg-check:[...] 14 +// lldb-check:[...] 14 // lldb-command:expr sizeof(packedInPacked) -// lldbg-check:[...] 40 +// lldb-check:[...] 40 #![allow(unused_variables)] #![feature(omit_gdb_pretty_printer_section)] |
