ruffle/tests
Aaron Hill 9e4d13f201 avm2: Make `Array.pop` actually pop from the back
The loop to search for a `non_hole` was missing
a `break;`, so it would actually find the *first*
non-hole, rather than than the last. This was not caught
by the test, since there was only one "real" element
in the array (the other one was set on 'Array.prototype')
2022-06-04 23:28:06 +03:00
..
input-format build(deps): bump serde_json from 1.0.80 to 1.0.81 2022-05-09 13:42:53 -07:00
tests avm2: Make `Array.pop` actually pop from the back 2022-06-04 23:28:06 +03:00
Cargo.toml build(deps): bump image from 0.24.1 to 0.24.2 2022-05-02 14:48:00 -07:00