Skip to content

Commit 5999e9c

Browse files
authored
Rollup merge of rust-lang#148097 - Enselic:misspelled-cdb-check, r=Zalathar
tests/debuginfo/closures.rs: Activate misspelled `cdb-check` Split out from rust-lang#147799 because these seemingly simple corrections can turn out to be non-trivial. See rust-lang#147728 for example.
2 parents e517798 + 76b9c23 commit 5999e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/debuginfo/closures.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// cdb-check: [+0x[...]] x : [...] [Type: alloc::string::String]
1818
// cdb-check: [+0x[...]] _ref__base_value : 0x[...] : 42 [Type: int *]
1919
// cdb-command:dx simple_closure
20-
// cdb-checksimple_closure [Type: closures::main::closure_env$5]
20+
// cdb-check:simple_closure [Type: closures::main::closure_env$5]
2121
// cdb-check: [+0x[...]] _ref__base_value : 0x[...] : 42 [Type: int *]
2222
// cdb-command:g
2323
// cdb-command:dx first_closure

0 commit comments

Comments
 (0)