mirror of https://github.com/rust-lang/rust.git
Update debuginfo tests
This commit is contained in:
parent
f700641bd9
commit
2a09857729
|
@ -10,7 +10,7 @@
|
|||
//
|
||||
// cdb-command:dx m,d
|
||||
// cdb-check:m,d [Type: std::sync::mutex::Mutex<i32>]
|
||||
// cdb-check: [...] inner [Type: std::sys::locks::mutex::windows::Mutex]
|
||||
// cdb-check: [...] inner [Type: std::sys::locks::mutex::futex::Mutex]
|
||||
// cdb-check: [...] poison [Type: std::sync::poison::Flag]
|
||||
// cdb-check: [...] data : 0 [Type: core::cell::UnsafeCell<i32>]
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// cdb-command:dx r
|
||||
// cdb-check:r [Type: std::sync::rwlock::RwLockReadGuard<i32>]
|
||||
// cdb-check: [...] data : NonNull([...]: 0) [Type: core::ptr::non_null::NonNull<i32>]
|
||||
// cdb-check: [...] inner_lock : [...] [Type: std::sys::locks::rwlock::windows::RwLock *]
|
||||
// cdb-check: [...] inner_lock : [...] [Type: std::sys::locks::rwlock::futex::RwLock *]
|
||||
|
||||
#[allow(unused_variables)]
|
||||
|
||||
|
|
Loading…
Reference in New Issue