Bless ui-fulldeps.
This commit is contained in:
parent
0aedd6e86f
commit
974b727874
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ fn check_other_consts(item: CrateItem) {
|
|||
// Instance body will force constant evaluation.
|
||||
let body = Instance::try_from(item).unwrap().body().unwrap();
|
||||
let assigns = collect_consts(&body);
|
||||
assert_eq!(assigns.len(), 9);
|
||||
assert_eq!(assigns.len(), 8);
|
||||
for (name, alloc) in assigns {
|
||||
match name.as_str() {
|
||||
"_max_u128" => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue