diff --git a/tests/debuginfo/thread.rs b/tests/debuginfo/thread.rs index d888ad00f967..0f7d69650348 100644 --- a/tests/debuginfo/thread.rs +++ b/tests/debuginfo/thread.rs @@ -14,7 +14,7 @@ // // cdb-command:dx t,d // cdb-check:t,d : [...] [Type: std::thread::Thread *] -// cdb-check:[...] inner [...][Type: core::pin::Pin,alloc::alloc::Global>] +// cdb-check:[...] inner [...][Type: core::pin::Pin>] use std::thread;