Commit 7a1061b
Adjust depth calculation of
Previously it added 2 but this meant that it was out-of-sync with the
fuzz test case generator which only accounted for 1 for each level of
map. There's no need to have an extra layer for maps, so adjust the
depth to add 1 instead of 2 which fixes the fuzz test case in question.map<K, V> type (bytecodealliance#12760)1 parent 01ad805 commit 7a1061b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
1231 | | - | |
1232 | | - | |
| 1231 | + | |
| 1232 | + | |
1233 | 1233 | | |
1234 | 1234 | | |
1235 | 1235 | | |
0 commit comments