Skip to content

Commit

Permalink
Fix debug info test
Browse files Browse the repository at this point in the history
  • Loading branch information
r-raymond committed Jun 22, 2022
1 parent 048a801 commit 5656de7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/test/debuginfo/rwlock-read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down

0 comments on commit 5656de7

Please sign in to comment.