From 1285fb746649dbad417733a4741cb98e88a497f3 Mon Sep 17 00:00:00 2001 From: joboet Date: Thu, 28 Apr 2022 15:34:43 +0200 Subject: [PATCH] std: update debuginfo check to match type definition --- src/test/debuginfo/thread.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;