about summary refs log tree commit diff
path: root/tests/debuginfo/coroutine-objects.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/coroutine-objects.rs')
-rw-r--r--tests/debuginfo/coroutine-objects.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/debuginfo/coroutine-objects.rs b/tests/debuginfo/coroutine-objects.rs
index 98b37ac2001..9f14cb3f8ec 100644
--- a/tests/debuginfo/coroutine-objects.rs
+++ b/tests/debuginfo/coroutine-objects.rs
@@ -26,16 +26,16 @@
 
 // lldb-command:run
 // lldb-command:print b
-// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) $0 =
+// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
 // lldb-command:continue
 // lldb-command:print b
-// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) $1 =
+// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
 // lldb-command:continue
 // lldb-command:print b
-// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) $2 =
+// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
 // lldb-command:continue
 // lldb-command:print b
-// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) $3 =
+// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
 
 // === CDB TESTS ===================================================================================