update debuginfo tests on Windows

This commit is contained in:
joboet 2024-01-12 08:50:14 +01:00
parent 7c436a8af4
commit df3cb23e01
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-command:dx m,d
// cdb-check:m,d [Type: std::sync::mutex::Mutex<i32>] // cdb-check:m,d [Type: std::sync::mutex::Mutex<i32>]
// cdb-check: [...] inner [Type: std::sys::windows::locks::mutex::Mutex] // cdb-check: [...] inner [Type: std::sys::pal::windows::locks::mutex::Mutex]
// cdb-check: [...] poison [Type: std::sync::poison::Flag] // cdb-check: [...] poison [Type: std::sync::poison::Flag]
// cdb-check: [...] data : 0 [Type: core::cell::UnsafeCell<i32>] // cdb-check: [...] data : 0 [Type: core::cell::UnsafeCell<i32>]

View File

@ -16,7 +16,7 @@
// cdb-command:dx r // cdb-command:dx r
// cdb-check:r [Type: std::sync::rwlock::RwLockReadGuard<i32>] // cdb-check:r [Type: std::sync::rwlock::RwLockReadGuard<i32>]
// cdb-check: [...] data : NonNull([...]: 0) [Type: core::ptr::non_null::NonNull<i32>] // cdb-check: [...] data : NonNull([...]: 0) [Type: core::ptr::non_null::NonNull<i32>]
// cdb-check: [...] inner_lock : [...] [Type: std::sys::windows::locks::rwlock::RwLock *] // cdb-check: [...] inner_lock : [...] [Type: std::sys::pal::windows::locks::rwlock::RwLock *]
#[allow(unused_variables)] #[allow(unused_variables)]