about summary refs log tree commit diff
path: root/tests/debuginfo/var-captured-in-nested-closure.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/var-captured-in-nested-closure.rs
parent41d06f41158b9efaaaeed141bd9a8315527410ec (diff)
downloadrust-22ed23d680fbb50c90992b03e50968e7bce6f373.tar.gz
rust-22ed23d680fbb50c90992b03e50968e7bce6f373.zip
Convert lldbg- to lldb-
Diffstat (limited to 'tests/debuginfo/var-captured-in-nested-closure.rs')
-rw-r--r--tests/debuginfo/var-captured-in-nested-closure.rs24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/debuginfo/var-captured-in-nested-closure.rs b/tests/debuginfo/var-captured-in-nested-closure.rs
index 0f544c24b5b..4e8700015ba 100644
--- a/tests/debuginfo/var-captured-in-nested-closure.rs
+++ b/tests/debuginfo/var-captured-in-nested-closure.rs
@@ -38,31 +38,31 @@
 // lldb-command:run
 
 // lldb-command:v variable
-// lldbg-check:[...] 1
+// lldb-check:[...] 1
 // lldb-command:v constant
-// lldbg-check:[...] 2
+// lldb-check:[...] 2
 // lldb-command:v a_struct
-// lldbg-check:[...] { a = -3 b = 4.5 c = 5 }
+// lldb-check:[...] { a = -3 b = 4.5 c = 5 }
 // lldb-command:v *struct_ref
-// lldbg-check:[...] { a = -3 b = 4.5 c = 5 }
+// lldb-check:[...] { a = -3 b = 4.5 c = 5 }
 // lldb-command:v *owned
-// lldbg-check:[...] 6
+// lldb-check:[...] 6
 // lldb-command:v closure_local
-// lldbg-check:[...] 8
+// lldb-check:[...] 8
 // lldb-command:continue
 
 // lldb-command:v variable
-// lldbg-check:[...] 1
+// lldb-check:[...] 1
 // lldb-command:v constant
-// lldbg-check:[...] 2
+// lldb-check:[...] 2
 // lldb-command:v a_struct
-// lldbg-check:[...] { a = -3 b = 4.5 c = 5 }
+// lldb-check:[...] { a = -3 b = 4.5 c = 5 }
 // lldb-command:v *struct_ref
-// lldbg-check:[...] { a = -3 b = 4.5 c = 5 }
+// lldb-check:[...] { a = -3 b = 4.5 c = 5 }
 // lldb-command:v *owned
-// lldbg-check:[...] 6
+// lldb-check:[...] 6
 // lldb-command:v closure_local
-// lldbg-check:[...] 8
+// lldb-check:[...] 8
 // lldb-command:continue