diff options
| author | Jonathan Dönszelmann <jonathan@donsz.nl> | 2024-10-11 00:56:56 +0200 |
|---|---|---|
| committer | Jonathan Dönszelmann <jonathan@donsz.nl> | 2024-10-11 10:04:22 +0200 |
| commit | 0a9c87b1f5d871a3f2cc44c274a7bc72a486e69d (patch) | |
| tree | 28af5cb71287dfa340682ebffd667a3aeb17cce8 /tests/debuginfo | |
| parent | 159e67d44646621f157f07b61f7d78f231c452c6 (diff) | |
| download | rust-0a9c87b1f5d871a3f2cc44c274a7bc72a486e69d.tar.gz rust-0a9c87b1f5d871a3f2cc44c274a7bc72a486e69d.zip | |
rename RcBox in other places too
Diffstat (limited to 'tests/debuginfo')
| -rw-r--r-- | tests/debuginfo/strings-and-strs.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/debuginfo/strings-and-strs.rs b/tests/debuginfo/strings-and-strs.rs index b7ee3312d13..3d6589db34b 100644 --- a/tests/debuginfo/strings-and-strs.rs +++ b/tests/debuginfo/strings-and-strs.rs @@ -19,8 +19,7 @@ // gdb-check:$4 = ("Hello", "World") // gdb-command:print str_in_rc -// gdb-check:$5 = alloc::rc::Rc<&str, alloc::alloc::Global> {ptr: core::ptr::non_null::NonNull<alloc::rc::RcBox<&str>> {pointer: 0x[...]}, phantom: core::marker::PhantomData<alloc::rc::RcBox<&str>>, alloc: alloc::alloc::Global} - +// gdb-check:$5 = alloc::rc::Rc<&str, alloc::alloc::Global> {ptr: core::ptr::non_null::NonNull<alloc::rc::RcInner<&str>> {pointer: 0x[...]}, phantom: core::marker::PhantomData<alloc::rc::RcInner<&str>>, alloc: alloc::alloc::Global} // === LLDB TESTS ================================================================================== // lldb-command:run |
