Skip to content

Commit 1285fb7

Browse files
committed
std: update debuginfo check to match type definition
1 parent 5502733 commit 1285fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/debuginfo/thread.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//
1515
// cdb-command:dx t,d
1616
// cdb-check:t,d : [...] [Type: std::thread::Thread *]
17-
// cdb-check: [...] inner : {...} [Type: alloc::sync::Arc<std::thread::Inner>]
17+
// cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner> >]
1818

1919
use std::thread;
2020

0 commit comments

Comments
 (0)