about summary refs log tree commit diff
path: root/tests/debuginfo/closure-in-generic-function.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/closure-in-generic-function.rs
parent41d06f41158b9efaaaeed141bd9a8315527410ec (diff)
downloadrust-22ed23d680fbb50c90992b03e50968e7bce6f373.tar.gz
rust-22ed23d680fbb50c90992b03e50968e7bce6f373.zip
Convert lldbg- to lldb-
Diffstat (limited to 'tests/debuginfo/closure-in-generic-function.rs')
-rw-r--r--tests/debuginfo/closure-in-generic-function.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/debuginfo/closure-in-generic-function.rs b/tests/debuginfo/closure-in-generic-function.rs
index 2baaf1b79e9..0c6a6fdfca1 100644
--- a/tests/debuginfo/closure-in-generic-function.rs
+++ b/tests/debuginfo/closure-in-generic-function.rs
@@ -22,15 +22,15 @@
 // lldb-command:run
 
 // lldb-command:v x
-// lldbg-check:[...] 0.5
+// lldb-check:[...] 0.5
 // lldb-command:v y
-// lldbg-check:[...] 10
+// lldb-check:[...] 10
 // lldb-command:continue
 
 // lldb-command:v *x
-// lldbg-check:[...] 29
+// lldb-check:[...] 29
 // lldb-command:v *y
-// lldbg-check:[...] 110
+// lldb-check:[...] 110
 // lldb-command:continue
 
 #![feature(omit_gdb_pretty_printer_section)]