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/generic-functions-nested.rs | |
| parent | 41d06f41158b9efaaaeed141bd9a8315527410ec (diff) | |
| download | rust-22ed23d680fbb50c90992b03e50968e7bce6f373.tar.gz rust-22ed23d680fbb50c90992b03e50968e7bce6f373.zip | |
Convert lldbg- to lldb-
Diffstat (limited to 'tests/debuginfo/generic-functions-nested.rs')
| -rw-r--r-- | tests/debuginfo/generic-functions-nested.rs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/debuginfo/generic-functions-nested.rs b/tests/debuginfo/generic-functions-nested.rs index 500a42f3dc8..7e0c20f8903 100644 --- a/tests/debuginfo/generic-functions-nested.rs +++ b/tests/debuginfo/generic-functions-nested.rs @@ -34,27 +34,27 @@ // lldb-command:run // lldb-command:v x -// lldbg-check:[...] -1 +// lldb-check:[...] -1 // lldb-command:v y -// lldbg-check:[...] 1 +// lldb-check:[...] 1 // lldb-command:continue // lldb-command:v x -// lldbg-check:[...] -1 +// lldb-check:[...] -1 // lldb-command:v y -// lldbg-check:[...] 2.5 +// lldb-check:[...] 2.5 // lldb-command:continue // lldb-command:v x -// lldbg-check:[...] -2.5 +// lldb-check:[...] -2.5 // lldb-command:v y -// lldbg-check:[...] 1 +// lldb-check:[...] 1 // lldb-command:continue // lldb-command:v x -// lldbg-check:[...] -2.5 +// lldb-check:[...] -2.5 // lldb-command:v y -// lldbg-check:[...] 2.5 +// lldb-check:[...] 2.5 // lldb-command:continue |
