Skip to content

Commit 5ecad08

Browse files
michaelwoeristerGnomedDev
authored andcommitted
Update debuginfo/thread.rs test to account for changed type definition in libstd.
1 parent 4955947 commit 5ecad08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/debuginfo/thread.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
// cdb-check:join_handle,d [Type: std::thread::JoinHandle<tuple$<> >]
1313
// cdb-check: [...] __0 [Type: std::thread::JoinInner<tuple$<> >]
1414
//
15-
// cdb-command:dx t,d
15+
// cdb-command:dx -r3 t,d
1616
// cdb-check:t,d : [...] [Type: std::thread::Thread *]
17-
// cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner,alloc::alloc::Global> >]
17+
// cdb-check: [...] __0 : Other [Type: enum2$<std::thread::Inner>]
18+
// cdb-check: [...] __0 [Type: core::pin::Pin<alloc::sync::Arc<std::thread::OtherInner,[...]> >]
1819

1920
use std::thread;
2021

0 commit comments

Comments
 (0)