update debuginfo test

This commit is contained in:
joboet 2024-02-16 08:24:05 +01:00
parent 4ec5b980f9
commit 1b1b6dd95f
No known key found for this signature in database
GPG key ID: 704E0149B0194B3C
2 changed files with 2 additions and 2 deletions

View file

@ -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>]

View file

@ -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)]