mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 06:22:00 +00:00
update debuginfo test
This commit is contained in:
parent
4ec5b980f9
commit
1b1b6dd95f
@ -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::pal::windows::locks::mutex::Mutex]
|
||||
// cdb-check: [...] inner [Type: std::sys::locks::mutex::windows::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::pal::windows::locks::rwlock::RwLock *]
|
||||
// cdb-check: [...] inner_lock : [...] [Type: std::sys::locks::rwlock::windows::RwLock *]
|
||||
|
||||
#[allow(unused_variables)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user