Skip to content

Commit 974b727

Browse files
committed
Bless ui-fulldeps.
1 parent 0aedd6e commit 974b727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui-fulldeps/stable-mir/check_allocation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fn check_other_consts(item: CrateItem) {
111111
// Instance body will force constant evaluation.
112112
let body = Instance::try_from(item).unwrap().body().unwrap();
113113
let assigns = collect_consts(&body);
114-
assert_eq!(assigns.len(), 9);
114+
assert_eq!(assigns.len(), 8);
115115
for (name, alloc) in assigns {
116116
match name.as_str() {
117117
"_max_u128" => {

0 commit comments

Comments
 (0)