From 492fbc56c18fe29fdef23d1525440f0f95d22b9a Mon Sep 17 00:00:00 2001 From: Orson Peters Date: Fri, 28 Nov 2025 23:35:38 +0100 Subject: [PATCH] Update debuginfo test from Global to System --- tests/debuginfo/thread.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debuginfo/thread.rs b/tests/debuginfo/thread.rs index 5120da62f2ab..4274e449f1c9 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 >] +//@ cdb-check:[...] inner [...][Type: core::pin::Pin >] use std::thread;