about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2022-06-22 06:51:39 +0000
committerRobin Raymond <robin@robinraymond.de>2022-06-22 06:51:39 +0000
commit5656de73d9541175e7dc20923995c54c0868ded6 (patch)
tree7d455b0437463ccb293cb7c6a0d9c9e0710c4be2 /src
parent048a80140b82471b671e7ae17f6dce2bb604f473 (diff)
downloadrust-5656de73d9541175e7dc20923995c54c0868ded6.tar.gz
rust-5656de73d9541175e7dc20923995c54c0868ded6.zip
Fix debug info test
Diffstat (limited to 'src')
-rw-r--r--src/test/debuginfo/rwlock-read.rs7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/test/debuginfo/rwlock-read.rs b/src/test/debuginfo/rwlock-read.rs
index e1c10a4d37f..ed9aae16b0d 100644
--- a/src/test/debuginfo/rwlock-read.rs
+++ b/src/test/debuginfo/rwlock-read.rs
@@ -15,11 +15,8 @@
 //
 // cdb-command:dx r
 // cdb-check:r                [Type: std::sync::rwlock::RwLockReadGuard<i32>]
-// cdb-check:    [...] lock             : [...] [Type: std::sync::rwlock::RwLock<i32> *]
-//
-// cdb-command:dx r.lock->data,d
-// cdb-check:r.lock->data,d   : 0 [Type: core::cell::UnsafeCell<i32>]
-// cdb-check:    [<Raw View>]     [Type: core::cell::UnsafeCell<i32>]
+// cdb-check:    [...] data             : NonNull([...]: 0) [Type: core::ptr::non_null::NonNull<i32>]
+// cdb-check:    [...] inner_lock       : [...] [Type: std::sys_common::rwlock::MovableRwLock *]
 
 #[allow(unused_variables)]