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/static-method-on-struct-and-enum.rs | |
| parent | 41d06f41158b9efaaaeed141bd9a8315527410ec (diff) | |
| download | rust-22ed23d680fbb50c90992b03e50968e7bce6f373.tar.gz rust-22ed23d680fbb50c90992b03e50968e7bce6f373.zip | |
Convert lldbg- to lldb-
Diffstat (limited to 'tests/debuginfo/static-method-on-struct-and-enum.rs')
| -rw-r--r-- | tests/debuginfo/static-method-on-struct-and-enum.rs | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/tests/debuginfo/static-method-on-struct-and-enum.rs b/tests/debuginfo/static-method-on-struct-and-enum.rs index 5d2932e378d..b487512a52f 100644 --- a/tests/debuginfo/static-method-on-struct-and-enum.rs +++ b/tests/debuginfo/static-method-on-struct-and-enum.rs @@ -27,18 +27,18 @@ // STRUCT // lldb-command:v arg1 -// lldbg-check:[...] 1 +// lldb-check:[...] 1 // lldb-command:v arg2 -// lldbg-check:[...] 2 +// lldb-check:[...] 2 // lldb-command:continue // ENUM // lldb-command:v arg1 -// lldbg-check:[...] -3 +// lldb-check:[...] -3 // lldb-command:v arg2 -// lldbg-check:[...] 4.5 +// lldb-check:[...] 4.5 // lldb-command:v arg3 -// lldbg-check:[...] 5 +// lldb-check:[...] 5 // lldb-command:continue #![feature(omit_gdb_pretty_printer_section)] | 
