Skip to content

Commit 76b9c23

Browse files
committed
tests/debuginfo/closures.rs: Activate misspelled cdb-check
1 parent e4407c0 commit 76b9c23

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)