From 76b9c233d784a6da33af06f50870647855d8e32c Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Fri, 17 Oct 2025 07:09:16 +0200 Subject: [PATCH] tests/debuginfo/closures.rs: Activate misspelled `cdb-check` --- tests/debuginfo/closures.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debuginfo/closures.rs b/tests/debuginfo/closures.rs index f5220a49e29dc..652a9abfc57f6 100644 --- a/tests/debuginfo/closures.rs +++ b/tests/debuginfo/closures.rs @@ -17,7 +17,7 @@ // cdb-check: [+0x[...]] x : [...] [Type: alloc::string::String] // cdb-check: [+0x[...]] _ref__base_value : 0x[...] : 42 [Type: int *] // cdb-command:dx simple_closure -// cdb-checksimple_closure [Type: closures::main::closure_env$5] +// cdb-check:simple_closure [Type: closures::main::closure_env$5] // cdb-check: [+0x[...]] _ref__base_value : 0x[...] : 42 [Type: int *] // cdb-command:g // cdb-command:dx first_closure