about summary refs log tree commit diff
path: root/tests/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2024-03-17 05:22:24 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2024-03-17 05:22:24 +0000
commit0dff16a30ccfed16ba397c2f2dbed25475329dab (patch)
treeec40433a2b051e80ba1672eeee084b1a81bc73dd /tests/debuginfo/enum-thinlto.rs
parent96674fce4ce73a231bae472d4e214f034eb2c4c9 (diff)
parent872781b22697882051481a4ed7c764551a8b2cf2 (diff)
downloadrust-0dff16a30ccfed16ba397c2f2dbed25475329dab.tar.gz
rust-0dff16a30ccfed16ba397c2f2dbed25475329dab.zip
Merge from rustc
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)]