Skip to content

Commit 1b1b6dd

Browse files
committed
update debuginfo test
1 parent 4ec5b98 commit 1b1b6dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/debuginfo/mutex.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// cdb-command:dx m,d
1212
// cdb-check:m,d [Type: std::sync::mutex::Mutex<i32>]
13-
// cdb-check: [...] inner [Type: std::sys::pal::windows::locks::mutex::Mutex]
13+
// cdb-check: [...] inner [Type: std::sys::locks::mutex::windows::Mutex]
1414
// cdb-check: [...] poison [Type: std::sync::poison::Flag]
1515
// cdb-check: [...] data : 0 [Type: core::cell::UnsafeCell<i32>]
1616

tests/debuginfo/rwlock-read.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// cdb-command:dx r
1717
// cdb-check:r [Type: std::sync::rwlock::RwLockReadGuard<i32>]
1818
// cdb-check: [...] data : NonNull([...]: 0) [Type: core::ptr::non_null::NonNull<i32>]
19-
// cdb-check: [...] inner_lock : [...] [Type: std::sys::pal::windows::locks::rwlock::RwLock *]
19+
// cdb-check: [...] inner_lock : [...] [Type: std::sys::locks::rwlock::windows::RwLock *]
2020

2121
#[allow(unused_variables)]
2222

0 commit comments

Comments
 (0)