Update debuginfo test from Global to System

This commit is contained in:
Orson Peters 2025-11-28 23:35:38 +01:00
parent 48fc0fd597
commit 492fbc56c1

View file

@ -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::sync::Arc<std::thread::Inner,alloc::alloc::Global> >]
//@ cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner,std::alloc::System> >]
use std::thread;