Skip to content

Commit

Permalink
std: update debuginfo check to match type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
joboet committed Apr 28, 2022
1 parent 5502733 commit 1285fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/debuginfo/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
// cdb-command:dx t,d
// cdb-check:t,d : [...] [Type: std::thread::Thread *]
// cdb-check: [...] inner : {...} [Type: alloc::sync::Arc<std::thread::Inner>]
// cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner> >]

use std::thread;

Expand Down

0 comments on commit 1285fb7

Please sign in to comment.