diff --git a/src/test/debuginfo/thread.rs b/src/test/debuginfo/thread.rs index 531c37a342119..388d50c5cdc43 100644 --- a/src/test/debuginfo/thread.rs +++ b/src/test/debuginfo/thread.rs @@ -14,7 +14,7 @@ // // cdb-command:dx t,d // cdb-check:t,d : [...] [Type: std::thread::Thread *] -// cdb-check: [...] inner : {...} [Type: alloc::sync::Arc] +// cdb-check:[...] inner [...][Type: core::pin::Pin >] use std::thread;