Skip to content

Commit 6fe5e1f

Browse files
committed
Bless ui-fulldeps.
1 parent a06cbbf commit 6fe5e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui-fulldeps/stable-mir/crate-info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fn test_stable_mir(tcx: TyCtxt<'_>) {
5353

5454
let foo_bar = get_item(tcx, &items, (DefKind::Fn, "foo_bar")).unwrap();
5555
let body = foo_bar.body();
56-
assert_eq!(body.locals.len(), 7);
56+
assert_eq!(body.locals.len(), 5);
5757
assert_eq!(body.blocks.len(), 4);
5858
let block = &body.blocks[0];
5959
match &block.terminator {

0 commit comments

Comments
 (0)