about summary refs log tree commit diff
path: root/tests/debuginfo/include_string.rs
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2024-08-18 17:00:33 -0400
committerBen Kimock <kimockb@gmail.com>2024-08-18 17:00:33 -0400
commit22ed23d680fbb50c90992b03e50968e7bce6f373 (patch)
tree4a569a07373599643b11ca8ac9111abfb4fe19db /tests/debuginfo/include_string.rs
parent41d06f41158b9efaaaeed141bd9a8315527410ec (diff)
downloadrust-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.rs6
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