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/function-arguments.rs | |
| parent | 41d06f41158b9efaaaeed141bd9a8315527410ec (diff) | |
| download | rust-22ed23d680fbb50c90992b03e50968e7bce6f373.tar.gz rust-22ed23d680fbb50c90992b03e50968e7bce6f373.zip | |
Convert lldbg- to lldb-
Diffstat (limited to 'tests/debuginfo/function-arguments.rs')
| -rw-r--r-- | tests/debuginfo/function-arguments.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/debuginfo/function-arguments.rs b/tests/debuginfo/function-arguments.rs index 9befadf5dc1..21c0c7d859c 100644 --- a/tests/debuginfo/function-arguments.rs +++ b/tests/debuginfo/function-arguments.rs @@ -21,15 +21,15 @@ // lldb-command:run // lldb-command:v x -// lldbg-check:[...] 111102 +// lldb-check:[...] 111102 // lldb-command:v y -// lldbg-check:[...] true +// lldb-check:[...] true // lldb-command:continue // lldb-command:v a -// lldbg-check:[...] 2000 +// lldb-check:[...] 2000 // lldb-command:v b -// lldbg-check:[...] 3000 +// lldb-check:[...] 3000 // lldb-command:continue |
