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/include_string.rs | |
| parent | 41d06f41158b9efaaaeed141bd9a8315527410ec (diff) | |
| download | rust-22ed23d680fbb50c90992b03e50968e7bce6f373.tar.gz rust-22ed23d680fbb50c90992b03e50968e7bce6f373.zip | |
Convert lldbg- to lldb-
Diffstat (limited to 'tests/debuginfo/include_string.rs')
| -rw-r--r-- | tests/debuginfo/include_string.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/debuginfo/include_string.rs b/tests/debuginfo/include_string.rs index 5bf7cb69cc1..704b85e1ac2 100644 --- a/tests/debuginfo/include_string.rs +++ b/tests/debuginfo/include_string.rs @@ -17,11 +17,11 @@ // lldb-command:run // lldb-command:v string1.length -// lldbg-check:[...] 48 +// lldb-check:[...] 48 // lldb-command:v string2.length -// lldbg-check:[...] 49 +// lldb-check:[...] 49 // lldb-command:v string3.length -// lldbg-check:[...] 50 +// lldb-check:[...] 50 // lldb-command:continue |
