Bless ui-fulldeps.
This commit is contained in:
parent
0aedd6e86f
commit
974b727874
@ -111,7 +111,7 @@ fn check_other_consts(item: CrateItem) {
|
|||||||
// Instance body will force constant evaluation.
|
// Instance body will force constant evaluation.
|
||||||
let body = Instance::try_from(item).unwrap().body().unwrap();
|
let body = Instance::try_from(item).unwrap().body().unwrap();
|
||||||
let assigns = collect_consts(&body);
|
let assigns = collect_consts(&body);
|
||||||
assert_eq!(assigns.len(), 9);
|
assert_eq!(assigns.len(), 8);
|
||||||
for (name, alloc) in assigns {
|
for (name, alloc) in assigns {
|
||||||
match name.as_str() {
|
match name.as_str() {
|
||||||
"_max_u128" => {
|
"_max_u128" => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user