mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
The tests for the "Array findFromLast" proposal were originally authored based on related tests that had already been merged to the repository's `main` branch [1]. While those new tests were under review, a number of tests for the Resizable ArrayBuffer proposal were found to be incorrect [2]. The problem was fixed for the tests in `main`, but because the corresponding tests for "Array findFromLast" were not yet merged, the error persisted there [3]. Apply the same correction to the new tests. [1] https://github.com/tc39/test262/issues/3111 [2] https://github.com/tc39/test262/pull/3113 [3] https://github.com/tc39/test262/pull/3045