Skip to content

Commit 492fbc5

Browse files
committed
Update debuginfo test from Global to System
1 parent 48fc0fd commit 492fbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/debuginfo/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//
1515
//@ cdb-command:dx t,d
1616
//@ cdb-check:t,d : [...] [Type: std::thread::Thread *]
17-
//@ cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner,alloc::alloc::Global> >]
17+
//@ cdb-check:[...] inner [...][Type: core::pin::Pin<alloc::sync::Arc<std::thread::Inner,std::alloc::System> >]
1818

1919
use std::thread;
2020

0 commit comments

Comments
 (0)