about summary refs log tree commit diff
path: root/tests/debuginfo/issue-57822.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/issue-57822.rs')
-rw-r--r--tests/debuginfo/issue-57822.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/debuginfo/issue-57822.rs b/tests/debuginfo/issue-57822.rs
index f4ef45f1d74..5d0973c1d6b 100644
--- a/tests/debuginfo/issue-57822.rs
+++ b/tests/debuginfo/issue-57822.rs
@@ -21,10 +21,10 @@
 // lldb-command:run
 
 // lldb-command:print g
-// lldbg-check:(issue_57822::main::{closure_env#1}) $0 = { f = { x = 1 } }
+// lldbg-check:(issue_57822::main::{closure_env#1}) { f = { x = 1 } }
 
 // lldb-command:print b
-// lldbg-check:(issue_57822::main::{coroutine_env#3}) $1 =
+// lldbg-check:(issue_57822::main::{coroutine_env#3})
 
 #![feature(omit_gdb_pretty_printer_section, coroutines, coroutine_trait)]
 #![omit_gdb_pretty_printer_section]