diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-03-17 05:22:24 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-03-17 05:22:24 +0000 |
| commit | 0dff16a30ccfed16ba397c2f2dbed25475329dab (patch) | |
| tree | ec40433a2b051e80ba1672eeee084b1a81bc73dd /tests/debuginfo/enum-thinlto.rs | |
| parent | 96674fce4ce73a231bae472d4e214f034eb2c4c9 (diff) | |
| parent | 872781b22697882051481a4ed7c764551a8b2cf2 (diff) | |
| download | rust-0dff16a30ccfed16ba397c2f2dbed25475329dab.tar.gz rust-0dff16a30ccfed16ba397c2f2dbed25475329dab.zip | |
Merge from rustc
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
| -rw-r--r-- | tests/debuginfo/enum-thinlto.rs | 4 |
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)] |
