]> git.lizzy.rs Git - rust.git/commitdiff
std: update debuginfo check to match type definition
authorjoboet <jonasboettiger@icloud.com>
Thu, 28 Apr 2022 13:34:43 +0000 (15:34 +0200)
committerjoboet <jonasboettiger@icloud.com>
Thu, 28 Apr 2022 13:48:21 +0000 (15:48 +0200)
src/test/debuginfo/thread.rs

index 531c37a3421198939bb94ed5a983cd24d1eae917..388d50c5cdc43627eae454d9abea881bf3d6c2a5 100644 (file)
@@ -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;