Skip to content

Commit 495e0c3

Browse files
committed
update type names in debuginfo tests
1 parent ba6e0f2 commit 495e0c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/debuginfo/thread.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
//@ cdb-command:g
1010
//
1111
//@ cdb-command:dx join_handle,d
12-
//@ cdb-check:join_handle,d [Type: std::thread::JoinHandle<tuple$<> >]
13-
//@ cdb-check: [...] __0 [Type: std::thread::JoinInner<tuple$<> >]
12+
//@ cdb-check:join_handle,d [Type: std::thread::join_handle::JoinHandle<tuple$<> >]
13+
//@ cdb-check: [...] __0 [Type: std::thread::lifecycle::JoinInner<tuple$<> >]
1414
//
1515
//@ cdb-command:dx t,d
16-
//@ cdb-check:t,d : [...] [Type: std::thread::Thread *]
17-
//@ cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner,std::alloc::System> >]
16+
//@ cdb-check:t,d : [...] [Type: std::thread::thread::Thread *]
17+
//@ cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::thread::Inner,std::alloc::System> >]
1818

1919
use std::thread;
2020

0 commit comments

Comments
 (0)