Skip to content

Commit a11f19e

Browse files
Auto merge of #148097 - Enselic:misspelled-cdb-check, r=<try>
tests/debuginfo/closures.rs: Activate misspelled `cdb-check` try-job: x86_64-msvc-1 try-job: i686-msvc-1
2 parents 04ff05c + 76b9c23 commit a11f19e

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)