about summary refs log tree commit diff
path: root/tests/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-17 08:12:53 +0000
committerbors <bors@rust-lang.org>2024-03-17 08:12:53 +0000
commitcaa57dd51894415c9f680b408fc54963ca88a7f4 (patch)
treeec40433a2b051e80ba1672eeee084b1a81bc73dd /tests/debuginfo/enum-thinlto.rs
parent6d9549fbe6903be8550999bc3ddc0b3c0fb94c7f (diff)
parent0dff16a30ccfed16ba397c2f2dbed25475329dab (diff)
downloadrust-caa57dd51894415c9f680b408fc54963ca88a7f4.tar.gz
rust-caa57dd51894415c9f680b408fc54963ca88a7f4.zip
Auto merge of #3384 - rust-lang:rustup-2024-03-17, r=RalfJung
Automatic Rustup
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
-rw-r--r--tests/debuginfo/enum-thinlto.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/debuginfo/enum-thinlto.rs b/tests/debuginfo/enum-thinlto.rs
index 5c27fe4271c..f3f17758931 100644
--- a/tests/debuginfo/enum-thinlto.rs
+++ b/tests/debuginfo/enum-thinlto.rs
@@ -14,8 +14,8 @@
 
 // lldb-command:run
 
-// lldb-command:print *abc
-// lldbg-check:(enum_thinlto::ABC) $0 =
+// lldb-command:v *abc
+// lldbg-check:(enum_thinlto::ABC) *abc =
 // lldbr-check:(enum_thinlto::ABC) *abc = (x = 0, y = 8970181431921507452)
 
 #![allow(unused_variables)]