Skip to content

Commit 5656de7

Browse files
committed
Fix debug info test
1 parent 048a801 commit 5656de7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/test/debuginfo/rwlock-read.rs

+2-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@
1515
//
1616
// cdb-command:dx r
1717
// cdb-check:r [Type: std::sync::rwlock::RwLockReadGuard<i32>]
18-
// cdb-check: [...] lock : [...] [Type: std::sync::rwlock::RwLock<i32> *]
19-
//
20-
// cdb-command:dx r.lock->data,d
21-
// cdb-check:r.lock->data,d : 0 [Type: core::cell::UnsafeCell<i32>]
22-
// cdb-check: [<Raw View>] [Type: core::cell::UnsafeCell<i32>]
18+
// cdb-check: [...] data : NonNull([...]: 0) [Type: core::ptr::non_null::NonNull<i32>]
19+
// cdb-check: [...] inner_lock : [...] [Type: std::sys_common::rwlock::MovableRwLock *]
2320

2421
#[allow(unused_variables)]
2522

0 commit comments

Comments
 (0)